/* CSS Document */
/* colors: soft-green #a1ba71 darker-green #648f49  dark-gr-box #206a39 soft-gr-box #527e38    dark-blue #2F4F88 soft-blue #637BA6    dark-orange #E56000  light-orange #EC8840 */

.box  {
  border: 0;
  border-top: 1px dotted;
  margin: 1px;
  margin-top: 2px;
 
}



/* footer styles*/
.footer1           { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px;color: #a1a1a1;line-height: 14px;}
a.footer1:link     { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px;color: #a1a1a1;  text-decoration: underline;line-height: 14px;} 
a.footer1:visited  { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px; color: #a1a1a1; text-decoration: underline;line-height: 14px;} 
a.footer1:active   { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px; color: #a1a1a1; text-decoration: underline;line-height: 14px;} 
a.footer1:hover, a.bottomvisited:hover { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px; color: #FFFFFF; text-decoration: none;line-height: 14px;}

.bottom           { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px;color: #404040;line-height: 18px;}
a.bottom:link     { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px;color: #404040;  text-decoration: underline;line-height: 14px;} 
a.bottom:visited  { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px; color: #404040; text-decoration: underline;line-height: 14px;} 
a.bottom:active   { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px; color: #404040; text-decoration: underline;line-height: 14px;} 
a.bottom:hover, a.bottom:visited:hover { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px; color: #000000; text-decoration: none;line-height: 14px;}
 

.text1 { 
font-size:11px;
line-height:17px;
}
a.text1:link 		{ color:#060; text-decoration: underline; }
a.text1:visited 	{ color:#060; }
a.text1:hover		{ color:#186321;text-decoration: none; }
a.text1:active		{ color:#060; }


/**
To use <div class="text1">
<h1>Title here</h1></div>
 */
.text1 h1 {
	font-family:verdana, arial, helvetica, sans-serif; 
	color: #060;
	font-size:12px;
    line-height:17px;
	font-weight: bold;

   
}
.text1 h2 {
	font-family:verdana, arial, helvetica, sans-serif; 
	color: #060;
	font-size:12px;
    line-height:15px;
	font-weight: bold;

   
}




/* nav bar and color bar styles */


.navbardark {BACKGROUND-COLOR:#2F4F88;}
.navbarlight {BACKGROUND-COLOR:#637BA6;}

.navbaron { 
font-size:11px;
line-height:14px;
color: #FFFFFF;
BACKGROUND-COLOR:#637BA6;
}
.textnav {
	font-size:11px;
	line-height:14px;
	text-decoration: none;
}
a.textnav:link 		{ color:#060; text-decoration: none; }
a.textnav:visited 	{ color:#060; }
a.textnav:hover		{ color:#186321;text-decoration: underline; }
a.textnav:active	{ color:#060; }

.textnavsm {
	font-size:10px;
	line-height:13px;
	text-decoration: none;
}
a.textnavsm:link 		{ color:#060; text-decoration: none; }
a.textnavsm:visited 	{ color:#060; }
a.textnavsm:hover		{ color:#186321;text-decoration: underline; }
a.textnavsm:active	{ color:#060; }

/* text small styles */
.textSmall { 
font-size:9px;
line-height:11px;
}





/* master font styles */
body,td,blockquote,p { 

	
	font-family: verdana,Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #212121;  
}

/* anchor styles affects all*/
a:link 		{ color:#003300; }
a:visited 	{ color:#003300; }
a:hover		{ color:#186321; text-decoration:none; }
a:active	{ color:#003300; }




/* header styles */

/**
To use <div class="header1">
<h1>Title here</h1></div>
 */
.header1 h1 {
	font-family:verdana, arial, helvetica, sans-serif; 
	font-size:16px;
    font-weight:bold;
    letter-spacing: 1px;

   
}

.header1 {
font-size:16px;
font-weight:bold;
letter-spacing: 1px;

}



.header2 {
font-size:13px;
font-weight:bold;
letter-spacing: 1px;

}


/* callout styles */
.callout,.calloutBlue,.calloutOrange,.calloutGreen { 
font-size:11px;
color:#FFFFFF;
}
a.calloutBlue:link,.calloutOrange:link,.calloutGreen:link 			{ color:#FFFFFF; }
a.calloutBlue:visited,.calloutOrange:visited,.calloutGreen:visited 	{ color:#FFFFFF; }
a.calloutBlue:active,.calloutOrange:active,.calloutGreen:active		{ color:#FFFFFF; }

a.calloutBlue:hover	{ color:#C9D1E0; }
a.calloutOrange:hover	{ color:#F8D5BC; }
a.calloutGreen:hover	{ color:#E4E4BC; }

.calloutlg  { 
font-size:12px;
color:#FFFFFF;
line-height:17px;
}
