
/* header lt blue*/
.header      
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	/*background:#63B5FF;*/
	background:#FFFFFF;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border: 1px solid #CCCCCC; 
	text-transform:uppercase

}

/* header dk blue*/
.header2      
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background:#5092CF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border: 1px solid #CCCCCC; 
	text-transform:uppercase

}

/* header lt orange*/
.header3      
{
    font-family: Verdana;
	font-size: 10pt;
	background:#FFD68C;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border: 1px solid #CCCCCC; 
	text-transform:uppercase
}

/* header white*/
.header4      
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background:#FFFFFF;
	color: #FFD68C;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border: 1px solid #CCCCCC; 
	text-transform:uppercase

}

/* header lt green*/
.header5      
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background:#bddf94;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border: 1px solid #CCCCCC; 
	text-transform:uppercase

}
.caps        { text-transform: uppercase; color: #800000 }

a:link  {color: #164062;font-size:10pt; font-weight: bold; text-decoration:none}
a:visited  {color: #122555; font-size:10pt; font-weight: bold; text-decoration:none} 
a:active {color: rgb(255,153,0);font-size:10pt; font-weight: bold; text-decoration:none}

a:link.toc  {color: #000066;font-size:10px; font-weight: bold; text-decoration:none; padding-left:9px; text-transform:uppercase}
a:visited.toc  {color: #000066; font-size:10px; font-weight: bold; text-decoration:none; padding-left:9px; text-transform:uppercase} 
a:active.toc {color: #000066;font-size:10px; font-weight: bold; text-decoration:none; padding-left:9px; text-transform:uppercase}
a:hover.toc  {color: rgb(255,153,0);font-size:10px; font-weight: bold; text-decoration:none; padding-left:9px; text-transform:uppercase}


a:link.textlink    { font-size: 10pt; font-weight: normal; color: #509DE4;}
a:visited.textlink    { font-size: 10pt; font-weight: normal; color: #3366CC;  }
a:active.textlink    { font-size: 10pt; font-weight: normal; }

a:link.infolink    { font-size: 10pt; font-weight: bold; color: #FFFF80;}
a:visited.infolink    { font-size: 10pt; font-weight: bold; color: #FFFF80;  }
a:active.infolink    { font-size: 10pt; font-weight: bold; }

a:link.white    { font-size: 10pt; font-weight: bold; color: #FFFFFF;}
a:visited.white    { font-size: 10pt; font-weight: bold; color: #FFFFFF;  }
a:active.white    { font-size: 10pt; font-weight: bold; }


a:active.bar     {font-size: 12pt; text-decoration: none; color: #ff7200; font-weight: bold; text-transform:uppercase }
a:hover.bar      {font-size: 12pt; text-decoration: none; color: #ff7200; font-weight: bold; text-transform:uppercase }
a:link.bar       {font-size: 12pt; text-decoration: none; color: #ff7200;font-weight: bold; text-transform:uppercase }
a:visited.bar    {font-size: 12pt; text-decoration: none; color: #ff7200; font-weight: bold; text-transform:uppercase }


body
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;font-size:10pt;
	/*margin-left:50px;*/ margin-top:0px; margin-bottom:0px;
}

/*table
{background-color: #FFFFFF}*/

td           
{   background-color: #FFFFFF;
    font-family: Verdana; font-size: 10pt; 
    color: #000000
}
.black       { background-color: #000000 }


.dash        { border: 2px dashed #63B5FF; padding: 12px;  }


.padL        { padding-left: 4px; border-left: 1px #CCCCCC solid; padding-right: 4px }


.photocaption {
	color: #000000;
	font-family: verdana, arial;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 1px;
}

.btnav { background-color: #ffffff; border: 1px #ffffff solid; padding: 4px 20px 4px 11px;} /*changed FFFFFF to ffff80 background*/

.btnavselect { background-color: #FFFFFF; border: 1px #ffcd33 solid; padding: 4px 20px 4px 1px;} 

.btnav2 { background-color: #3388AA; border: 1px #FFFFFF solid; padding: 4px 20px 4px 1px;} 


h1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: rgb(0,102,153);
	font-size: 14px;
}
h2
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight: bold;
		font-size: 18px;
	color: rgb(204,153,0); 
}

h3
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: rgb(0,102,153); 
}
h4
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: rgb(56,182,181);
}
h5
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #FF7200;
}
h6   
{   font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
	color: rgb(255,153,0);
}