.size12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00518B;
}
.size12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00518B;
	font-weight: bold;
}
.size10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00518B;
}
.size10b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00518B;
	font-weight: bold;
}
.size8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #00518B;
}
.size8b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #00518B;
	font-weight: bold;
}
.nav { 
  background: url("../images/right_nav.jpg");
  background-repeat: repeat-x;
}
.footer { 
  background: url("../images/bottom_nav.jpg");
  background-repeat: repeat-x;
}
a:link {
	color: #00508e;
	text-decoration:none;
}
a:visited {
	color: #00508e;
	text-decoration:none;
}
a:hover {
	color: #adc4e6;
	text-decoration:underline;
}
a:active {
	color: #00508e;
	text-decoration:none;
}
/*.topnav a:link {
	color: #00508e;
	text-decoration:none;
}
.topnav a:visited {
	color: #00508e;
	text-decoration:none;
}
.topnav a:hover {
  	padding: 3px;
  	outline: 1px solid #055d90;
  	text-decoration: none;
  	color: #ffffff;
  	white-space: nowrap;
  	background: #d1d2d4;
}
.topnav a:active {
	color: #00508e;
	text-decoration:none;
}
#topnav a {
	text-decoration: none;
  	padding: 3px;
  	white-space: nowrap;
}*/
/* Specifications for container for layers to show/hide.
	 Most browsers need both width and height set. */
#container	{
	position:relative;
	width:591px;
	/*height:320px;*/
	z-index:2;
}
/* Include id's for all your layers here, with commas between. */
#lyr1, #lyr2, #lyr3, #lyr4, #lyr5, #lyr6, #lyr7, #lyr8, #lyr9, #lyr10	{ 
	position:absolute; visibility:hidden; left:0; top:0; z-index:1 }
	
/***********************************************
* Virtual Pagination script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.topnav a{ /*Pagination links style*/
	text-decoration: none;
  	padding: 3px;
  	white-space: nowrap;
}

.topnav a:hover, .topnav a.selected{
	padding: 3px;
  	outline: 1px solid #055d90;
  	text-decoration: none;
  	color: #ffffff;
  	white-space: nowrap;
  	background: #d1d2d4;
}
.noSpec {
	background:url(../images/nospec_logo.jpg) bottom right no-repeat;
	width:42px;
	height:10px;
	vertical-align:bottom;
}

