.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
body,td {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
}
a,a.link,a.visited {
	text-decoration:none;
	color : #990000;
}
a:hover {
	text-decoration:underline;
}
a.header {
	color:#FFFFFF;
}
a.footer {
	color:#990000;
}
a.footer:hover {
	color:#660000;
}
.latest {
	float: left;	
	text-align: center;
	width: 130px;
	height: 130px;
}
/* THIS IS THE TEST CODE TO MAKE THE DROP SHADOW WORK WITH BLOCK ELEMENTS. */
.dropshadow1, .dropshadow2{
	
background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
background: url(../images/shadow.gif) no-repeat bottom right;
margin: 10px 0 0  10px !important;
margin: 10px 0 10px 5px;
padding: 0px;
}
		
/* .innerbox only applies to test 2 */
.innerbox{
position:relative;
background-color:#FFFFFF;
bottom:6px;
right: 6px;
border: 1px solid #C0C0C0;
padding:5px;
margin: 0px 0px 0px 0px;
}
.innerbox{
/* IE5 hack */
\margin: 0px 0px -3px 0px;
ma\rgin:  0px 0px 0px 0px;
}
.innerbox2{
position:relative;
bottom:6px;
right: 6px;
border: 1px solid #C0C0C0;
padding:10px;
margin: 0px 0px 0px 0px;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
