@charset "utf-8";
/* CSS Document */

body {
color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color: #eff4e7;
background-image:url(images/bground.gif);
background-repeat:repeat;
margin-top:0px;
margin: 0px;
text-align:justify;
}


a:link {
	color: #407e98;
	text-decoration:none;
	font-weight:bold;


}

a:visited {
	color: #407e98;
	text-decoration:none;
	font-weight:bold;	 
	
}

a:hover {
	color: #afc686;
	text-decoration:underline;
	font-weight:bold;
	
}


.nav {
color: #407e98;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;

} 

.nav a:hover { 
	text-decoration:none;
	color: #ffffff;

} 





.footer {

color: #407e98;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;

}

.footer a:link {

	color: #407e98;
	text-decoration:none;

}

.footer a:visited {

	color: #407e98;
	text-decoration:none;

}

.footer a:hover {

	color: #407e98;
	text-decoration:underline;

}



h1 {
color: #407e98;
font-size:16px;
}



h2 {
font-size:15px;
}


h3 {
color: #407e98;
font-size:14px;
}



/*Slide Viewer*/ 

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 0px solid #ff0000;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 20px; 
background: #afc686; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #afc686; 
} 