
img {border:none;display:block}


	
h1, h2, h3 {
	min-height:19px;
	line-height:19px;
	padding-bottom:2px;
	font-size:10px;
	background:transparent url("../img/h-v.gif") left bottom no-repeat;
}

.hr1 {
	min-height:29px;
	line-height:29px;
	padding: 10px 0 10px 0;
	background:transparent url("../img/h-v2.gif") 10px 20px no-repeat;
}
h4 a{
	font-family:"Trebuchet MS";
	font-size:16px;
	min-height:29px;
	line-height:29px;
	padding: 10px 0 10px 0;
	background:transparent url("../img/h-v2.gif") 10px 20px no-repeat;
	color:red;
}

a { text-decoration:none;font-size:10px;color:#333e44; }


/*** NEWSROTATOR ***/
#newsrotator #controls {
	height:220px;
	float:right;
	margin-top:5px;
}
#newsrotator #controls #rotatorup,
#newsrotator #controls #rotatordown {
	height:117px;
	width:20px;
	margin-bottom:0px;
	cursor:pointer;
	cursor:hand;
	border:none;
}
#newsrotator #controls #rotatorup         {background:url("../img/scrollarrow-up.gif") 0 0 no-repeat}
#newsrotator #controls #rotatorup.over   {background-position:-20px 0;border:none;}
#newsrotator #controls #rotatordown       {background:url("../img/scrollarrow-down.gif") 0 0 no-repeat}
#newsrotator #controls #rotatordown.over {background-position:-20px 0;border:none;}

#newsrotator #scrollarea {
	height:230px;
	float:left;
	overflow:hidden;
	margin-top:5px;
}
#newsrotator .newsitem {
	height:130px;
	overflow:hidden;
	width:232px;
	margin:0 0px 11px 10px;
	text-align:justify;
}
#newsrotator .newsitem img {

	width:100px;
	height:80px;
	float:right;
	margin-left:10px;
	border:1px solid #89a;
}
#newsrotator .newsitem h5 { margin-bottom:1px; }

