BODY, TD {
	font-family:arial;
	font-size : 11px;
	color : 333333;
}

B 
{
    font-family: Arial;
}

B.contentdiv 
{
    font-family: Arial;
}

A {
	color: #330000;
	font-style: italic;
}

.contentBox{
	padding:8px;
}

.mainNav, A.mainNav, A.mainNav:LINK, A.mainNav:VISITED {
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  color: #ffffff;
}

.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 8px;
width: 245px;
height: 150px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 100px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border: 0px solid navy;
padding: 0 0 0 0;
font-weight:bold;
font-size: 11px;
color: #ffffff;
float: right;
}



.pagination a{
padding: 0 0;
text-decoration: none; 
font-weight:bold;
font-size: 11px;
color: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #333333;
}

.copyright{
	color: white;
	font-size:9px;
}
