body{
padding:0px;
margin:0px;
}

.main_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#5A5A5A;
	}
	
.main1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#828282;
	}
	
.header_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#0C7DB8;
	}
	
.link_text
	{
	font-family:Tahoma;
	font-size:11px;
	line-height:11px;
	color:#149BE1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	
		
.link1_text
	{
	font-family:Tahoma;
	font-size:11px;
	line-height:11px;
	color:#444444;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	
	
.flash_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#0A6899;
	}
	
.copyright_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#8F8F8F;
	}

.copyright1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#1095DA;
	}

		
	a.copyright_text:link {text-decoration:none;}	
	a.copyright_text:hover {text-decoration:underline;}
	a.copyright_text:active {text-decoration:none;}
	a.copyright_text:visited {text-decoration:none;}
	
	input{
	width:100%;
	height:auto;
	font-size:11px;
	padding-left:2px;
	margin-bottom:0px;
	text-align: centre;
}
	textarea{
	width:200px;
	height:70px;
	font-size:11px;
	padding-left:0px;
	margin-bottom:11px;
	overflow:auto
}


#NewsTicker{
border:solid 1px #cccccc;
background:#ffffff;
width:202px;
height:100px;
}
#NewsTicker h1{
padding:6px; margin:0; border:0;
background:#149BE1;
color:#ffffff;
font-size:11px;
font-weight:bold;
}
#NewsVertical {
width:200px;
height:100px;
display:block;
overflow:hidden;
position:relative;
}
/* --------------- */
/* Ticker Vertical */
#TickerVertical {
width:200px;
height:100px;
display:block;
list-style:none;
margin:0;
padding:0;
}
#TickerVertical li {
display:block;
width:200px;
color:#333333;
text-align:left;
font-size:11px;
margin:0;
padding:6px;
float:left;
margin-bottom:10px;
}
#TickerVertical li .NewsTitle{
display:block;
color:#0C7DB8;
font-size:12px;
font-weight:bold;
margin-bottom:10px;
}
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
display:block;
color:#0C7DB8;
font-size:12px;
font-weight:bold;
margin-bottom:6px;
text-decoration:none;
}
#TickerVertical li .NewsTitle a:hover {
text-decoration:underline;
}
#TickerVertical li .NewsImg{
float:left;
margin-right:10px;
}
#TickerVertical li .NewsFooter{
display:block;
color:#000000;
font-size:10px;
margin:6px 0 14px 0;
}