﻿ a:link    {font-size:10pt; font-family:Tahoma; color: #003366; text-decoration:none;}
 a:visited {font-size:10pt; font-family:Tahoma; color: #003366; text-decoration:none;}
 a:active  {font-size:10pt; font-family:Tahoma; color: #003366;  text-decoration:none;}
 a:hover   {font-size:10pt; font-family:Tahoma; color: #003399; text-decoration:none;}
TD {
	FONT-SIZE: 10pt; COLOR: #003366; FONT-FAMILY: Tahoma
}
body {
	margin: 0px;
	background-color: #FFFFFF;
}
/***********************************          Content Slider         ********************************** */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #578EFE;
width: 575px; /*width of featured content slider*/
height: 432px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.paginationa{
width: 557px; /*Width of paginationa DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #578EFE;
padding: 3px 10px;
}

.paginationa a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.paginationa a:hover, .paginationa a.selected{
color: #000;
background-color: #FEE496;
}
/***********************************          / Content Slider          ********************************** */