/* CSS Document */

body{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 2px;
}

a:link{color:#404040; text-decoration:none;} 
a:visited{color:#404040; text-decoration:none;}
a:hover{color:#25527F; text-decoration:underline;}

.txt1{ font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#404040; }
.txt1b{ font-family:Arial, Helvetica, sans-serif; font-size:9px; font-weight:bold; color:#404040; }

.txt2{ font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#404040; }
.txt2b{ font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#404040; }

.txt3{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#404040; }
.txt3b{ font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#404040; }

.txt4{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404040; }
.txt4b{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#404040; }

.txtHead1{ font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#404040; }
.txtHead1b{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#404040; }

.txtHead2{ font-family:Arial, Helvetica, sans-serif; font-size:25px; color:#404040; }
.txtHead2b{ font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:bold; color:#404040; }

.box {border:1px solid navy;}

.blurInput {       
	background: #FBFBFB;       
	padding-left: 4px;       
	margin: 1px 1px 1px 1px;       
	border-bottom: #CCCCCC solid 1px;       
	border-right: #CCCCCC solid 1px;       
	border-left: #CCCCCC solid 1px;       
	border-top: #CCCCCC solid 1px;       
	color: black;       
	font-size: 10pt;       
	font-family: arial;    
	height:16px;
}        
.focusInput {       
	background: #FBFBFB;       
	padding-left: 4px;       
	margin: 1px 1px 1px 1px;       
	border-bottom: maroon solid 1px;       
	border-right: maroon solid 1px;       
	border-left: maroon solid 1px;       
	border-top: maroon solid 1px;       
	color: maroon;       
	font-size: 10pt;       
	font-family: arial;
	height:16px;    
}

.nav-container {
	background:url(images/nav-back.jpg); 
	background-repeat:repeat-y; 
	text-align:left;
	width:204px;
	height:231px;
	line-height:8pt;
}

.sub-nav-container {
	background:url(images/sub-nav-back.jpg); 
	background-repeat:repeat-y; 
	text-align:left;
	width:204px;
	height:160px;
	line-height:11pt;

}

.sub-box-container {
	background:url(images/sub-box-back.jpg); 
	background-repeat:repeat-y; 
	text-align:left;
	width:204px;
	height:178px;
}

.nav-container a:link{color:#404040; text-decoration:none;} 
.nav-container a:visited{color:#404040; text-decoration:none;}
.nav-container a:hover{color:#25527F; text-decoration:underline;}
.nav-here {color:#25527F; font-weight:bold; }

HR {
	align: center;
	border: none 0; 
	border-top: 1px dotted #404040;/*the border*/
	width: 90%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/

}

