/* /// CSS Style Sheet // */

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

a:link, a:active, a:visited{
	color:#333333;
	text-decoration:underline;
}

a:hover, a:focus{
	color:#CCCCCC;
	text-decoration:underline;
}

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

a.footer:hover, a.footer:focus{
	color:#CCCCCC;
	text-decoration:underline;
}

a.news:link, a.news:active, a.news:visited{
  font-weight:bold;
  color:#23A3C8;
	text-decoration:none;
}

a.news:hover, a.news:focus{
  font-weight:bold;
  color:#333333;
	text-decoration:underline;
}
.style4, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; }