body{
	background-color: Black;
	margin: 0px;
}
p{
	font-family: Arial, sans-serif;
	color: #010101;
	font-size: 11px;
	line-height: 14px;
}
.white{
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;	
}
.admin{
	font-family: Arial, sans-serif;
	color: #3C6384;
	font-size: 12px;
	line-height: 14px;
}
.gray{
	font-family: Arial, sans-serif;
	color: #434343;
	font-size: 12px;
	line-height: 14px;
}
.menu{
	font-family: Arial, sans-serif;
	color: #6F685F;
	font-size: 11px;
	line-height: 14px;
}
.nav{
	background-color: #ad7b35;
	border-bottom: 1px #C5BCAA solid;
}
.main{
	background-color: #C5BCAA; 
	border: 1px #C5BCAA solid;
}
.footer{
	font-family: Arial, sans-serif;
	color: #ECECEC;
	font-size: 10px;
	padding: 10px;
}
.left_cell{
	border-right: 1px #C5BCAA solid;
}
.home_menu{
	padding: 20px;
}
.home_about{
padding: 10px;
font-family: Arial, sans-serif;
	color: #010101;
	font-size: 11px;
	line-height: 14px;
}
.chart_dkblue{
	padding: 3px;
	border: 1px solid white;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	background-color: #00588A;
	color: white;
}
.chart_ltgray{
	padding: 3px;
	border: 1px solid white;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	background-color: #F2F2F2;
	color: #31619B;
}
A:LINK {color : #ffffff; text-decoration : none;}
A:VISITED {color : #ffffff; text-decoration : none;}
A:ACTIVE {color : #ffffff; text-decoration : none;}
A:HOVER {color : #010101; text-decoration : none;}

A:LINK.foot {color : #ECECEC; text-decoration : none;}
A:VISITED.foot {color : #ECECEC; text-decoration : none;}
A:ACTIVE.foot {color : #ECECEC; text-decoration : none;}
A:HOVER.foot {color : #ECECEC; text-decoration : underline;}

A:LINK.ad {color : #3C6384; text-decoration : none;}
A:VISITED.ad {color : #3C6384; text-decoration : none;}
A:ACTIVE.ad {color : #3C6384; text-decoration : none;}
A:HOVER.ad {color : #3C6384; text-decoration : underline;}

A:LINK.ent {color : #010101; text-decoration : none;}
A:VISITED.ent {color : #010101; text-decoration : none;}
A:ACTIVE.ent {color : #010101; text-decoration : none;}
A:HOVER.ent{color : #010101; text-decoration : underline;}


.drpDown1{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;    
    font-family: Arial, sans-serif;
    font-size: 10px;    
    color: #31619b;
    font-weight : bold;
}
.txtBox1     { 	
	font-family: Arial, sans-serif; 
   font-size: 10px;
    font-weight : bold; 
	color: #000000; 
	text-decoration: none; 
  	height: 16px; 
   border: 1px solid #3E3124; padding-left: 3px;
	width: 95%;
}
.txtfield1     { 	
	font-family: Arial, sans-serif; 
   font-size: 11px;   
	color: #000000; 
	text-decoration: none;   
   border: 1px solid #3E3124; padding-left: 3px;
	width: 97%;
}
.butnStyle1{
	 /*border: 1px solid #3E3124; */    
     background-color: #f7f7f7;
     font-family: Arial, sans-serif;
     font-size: 10px;    
     color: #000000;
     font-weight : bold;
	  cursor: hand;		  
}