body{
	background-color: #1770CC;
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: -15px 0px 0px;
	padding: 0px;
}

.liNews {
	list-style-type: circle;
	line-height: 19px;
	margin-left: -7px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #006600;
	font-size: 11px;
 }
a:hover {
	text-decoration: underline;
	color: #cc0000;
	font-size: 11px;
}

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
height: 18px;
line-height:18px;
background:transparent url(/images/icons/pdf.gif) center left no-repeat;
}

a[href$='.doc'] {
display:inline-block;
padding-left:20px;
height: 18px;
line-height:18px;
background:transparent url(/images/icons/word.gif) center left no-repeat;
}

a[href$='.xls'] {
display:inline-block;
padding-left:20px;
height: 18px;
line-height:18px;
background:transparent url(/images/icons/excel.gif) center left no-repeat;
}

/*a.news:active, a.news:visited, a.news:link{
	text-decoration: underline;
	color: #000000;
}
a.news:hover {
	text-decoration: none;
	color: #cc0000;
}*/

a.footer:active, a.footer:visited, a.footer:link{
	text-decoration: none;
	color: #ffffff;
}
a.footer:hover {
	text-decoration: underline;
	color: #ffffff;
}

.hdrTitle
{
	background-image: url(/images/bg_title.jpg);
	font-size: 16px;
	color: #006600;
	font-weight:bold;
	display:block;
	padding:4px;
	background-color: #fff10c;
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px dotted #FF3300;
}

.in1 {  
	font-size: 12px; 
	background-color: #FFFFFF; 
	border: #333333; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.liBall {
	list-style-image: url(/images/icon_ball.gif);
}

.quote{
	background-image: url(/images/img_ball_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px;
	width: 160px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-size: 14px;
	font-weight: bold;
	color: #FF3333;
	float: left;
	text-align: center;
	margin: 4px;
}

.smallText{
	font-size: 10px;
	color: #666666;
}

.footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 10px;
}