body {
	font-family: Tahoma;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	list-style-position: none;
    margin: 0; 
    padding: 0; 
    border: 0;
	outline:none;
}
a:link {
	color: #F30;
	text-decoration: none;
	font-size: 9pt;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #F30;
	font-size: 9pt;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #C30;
	font-size: 9pt;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #F30;
	font-size: 9pt;
	outline:none;
}

.tdOpacity    {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#div-pTitle{
	position:relative;
	float:right;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight:bold;
	color: #ed3135;
	text-decoration: none;
	top:10px;
}

.div-pTitlesm{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight:bold;
	color: #ed3135;
	text-decoration: none;
}

#div-pTextBan{
	position:relative;
	float:right;
	text-align:right;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:6px;
	width:100%;
	height:40px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #ffffff;
	background-color:#666666;
	text-decoration: none;
	top:20px;
}

#div-pTextBanSmall{
	position:relative;
	float:right;
	text-align:right;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:6px;
	width:100%;
	height:24px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #ffffff;
	background-color:#666666;
	text-decoration: none;
	top:20px;
}

#div-horzLine{
	position:relative;
	width:100%;
	height:10px;
	background-image:url(../images/horzLine.jpg);
	background-repeat:repeat-x;
}

#div-bannerAb{
	position:relative;
	width:100%;
	height:120px;
}

#div-headin{
	position:relative;
	text-align:left;
	width:100%;
	height:220px;
	clear: both;
	padding-left:0px;
	padding-top:0px;
}

#div-mainin{
	position:relative;
	text-align:right;
	color:#333333;
	width:100%;
	height:260px;
	top:30px;
}

#div-footin{
	position:relative;
	text-align:right;
	color:#ffffff;
	width:100%;
	height:40px;
	top:30px;
}

#div-ab-cont{
	position:relative;
	float:left;
	left:0px;
	width:380px;
	height:260px;
	margin: 0;
	display:block;
	z-index:20;
	overflow:hidden;
}

#div-ab-cont2{
	position:relative;
	float:right;
	right:0px;
	width:380px;
	height:260px;
	margin: 0;
	display:block;
	z-index:20;
	overflow:hidden;
}

#div-ch-cont{
	position:relative;
	float:left;
	left:-40px;
	width:400px;
	height:260px;
	display:block;
	z-index:20;
}

#div-ch-cont2{
	position:relative;
	float:right;
	right:0px;
	width:380px;
	height:250px;
	display:block;
	z-index:20;
	overflow:hidden;
}
#div-ch-cont3{
	position:relative;
	float:right;
	right:0px;
	width:400px;
	height:250px;
	display:block;
	z-index:20;
	overflow:hidden;
}

#div-med-cont{
	position:relative;
	float:left;
	left:0px;
	width:400px;
	height:260px;
	display:block;
	z-index:20;
}

#listticker{
	height:240px;
	width:380px;
	overflow:hidden;
}
#listticker li{
	border:0; list-style:none;
}

	#listticker li{
		height:120px;
		padding:4px;
		list-style:none;
		border-top:solid 1px #999999;
	}
		
		#listticker .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:8px;
			font-size:11px;
		}
		#listticker .news-text{
			display:block;
			font-size:11px;
			color:#666666;
			margin-bottom:14px;
		}
		#listticker img{
			float:right;
			margin-left:14px;
			padding:0px;
			border:solid 1px #cccccc;
		}
		
