body {
	margin: 0px ;
	padding: 20px 0px 0px 0px ;
}

H1
	{
	font-family:verdana;
	font-size:26px;
	color:#000000;
	font-weight:bold;
	}
H2
	{
	font-family:verdana;
	font-size:24px;
	color:#000000;
	font-weight:bold;
	}
H3
	{
	font-family:verdana;
	font-size:22px;
	color:#000000;
	font-weight:bold;
	}
td
	{
	font-size:10px;
	font-family:verdana;
	color:#000000;
	font-weight:normal;
	}
.news
	{
	color:#000000;
	font-size:11px;
	font-family:verdana;
	font-weight:bold;
	}
.newsHead
	{
	font-size:20px;
	font-family:verdana;
	color:#9B4040;
	font-weight:bold;
	}
.newsDate
	{
	font-size:12px;
	font-family:verdana;
	color:#9B4040;
	font-weight:bold;
	}
.newsArticleHeadline
	{
	font-size:16px;
	font-family:verdana;
	color:#9B4040;
	font-weight:bold;
	}
.newsHeadTop5
	{
	font-size:11px;
	font-family:verdana;
	color:#9B4040;
	font-style:italic;
	}	
.newsBG
	{
	background-color:#FFFFFF;
	}

.white a:link
{ 
color: #FFFFFF;
background-color: white;
font-size: 26px;
border: 10px outset white;
font-family: sans-serif;
text-transform: lowercase;
text-decoration: none;
}

.white a:visited
{ 
color: #FFFFFF;
background-color: white;
font-size: 26px;
border: 10px outset white;
font-family: sans-serif;
text-transform: lowercase;
text-decoration: none;
}

.white a:hover
{
color: #FFFFFF;
background-color: white;
font-size: 27px;
border: 10px inset white;
font-family: serif;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 3px;
word-spacing: 6px;
font-weight: normal;
} 
.sel
	{
	font-size:10px;
	font-family:verdana;
	color:#000000;
	font-weight:bolder;
	}

/*
######################################################
Rotating Image Styles
######################################################
*/
/* rotator in-page placement */
div.rotator {
	position:relative;
	height:386px;
}

/* rotator css */
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}

div.rotator ul {
	margin: 0px ;
	padding: 0px ;
}

/* rotator image style */	
div.rotator ul li img {
	background: #FFF;
}

div.rotator ul li.show {
	z-index:500;
}
