#main 
{ 
	font-size: 12px; 
	line-height: 16px; 
	font-family: Arial, Verdana, Helvetica 
	}

body
{ color: black; font-size: 12px; line-height: 14px; font-family: Arial, Verdana, Helvetica; background-image: url(images/background.jpg); background-repeat: repeat-x; }


h2
{
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	padding-top: 0 px;
	font-weight: bold;
	
}



a:link {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #1E5184;
}

a:active {
		text-decoration: none;
	color: #1E5184;
}

a:visited {
		text-decoration: none;
	color: #1E5184;
}

a:hover {
	text-decoration: underline;
	color: #6699CC;
}

a.top:link  { color: #959595; font-weight: bold; font-size: 12px; text-decoration: none }
a.top:active  { color: #ffffff; font-weight: bold; font-size: 12px; text-decoration: none }
a.top:visited  { color: #959595; font-weight: bold; font-size: 12px; text-decoration: none }
a.top:hover  { color: #990000; font-weight: bold; font-size: 12px; text-decoration: underline }


a.news:link  { color: #990000;  font-size: 12px; text-decoration: none }
a.news:active  { color: #666666;  font-size: 12px; text-decoration: none }
a.news:visited  { color: #990000;  font-size: 12px; text-decoration: none }
a.news:hover  { color: #666666;  font-size: 12px; text-decoration: none }



td { font-size: 12px; line-height: 16px; font-family: Arial, Verdana, Helvetica }

ul { margin-left: 1.5 em; padding-left: 4; list-style-image: url("images/bullet.gif") }