

.login{
	color:#000000;
	font-family:Arial;
	font-size:15px;
}

.error_message
{
    color:#FF5A00;
	font-family:Maiandra GD;
	font-size:15px;
}

A:link {
   color: #666666;
   font-weight: normal;
    text-decoration: none;
   }

A:active {
   text-decoration: none;
   color: #666666;
   }

A:visited {
   color: #666666;
   font-style: normal;
   text-decoration: none;
   }
   
A:hover {
   text-decoration: none;
   color: #666666;
   font-weight: bold;
   }

.middle_table
{
  background-color:#F1F1F1;
}

.header
{
    color:#000000;
	font-family:Arial Narrow;
	font-size:18px;
	font-weight:bold;
}

.question
{
     color:#666666;
	font-family:Arial Narrow;
	font-size:14px;
	font-weight:normal;
}


.answer
{
    color:#666666;
	font-family:Arial Narrow;
	font-size:14px;
	font-weight:normal;
}

.option
{
    color:#666666;
	font-family:Arial Narrow;
	font-size:14px;
	font-weight:normal;

}

.footer
{
    color:#666666;
	font-family:Arial Narrow;
	font-size:12px;
	font-weight:normal;

}

.aboutus
{
    font-family:Arial Narrow;
	font-size:20px;
	color:#000000;
    font-weight:normal;
}

.email
{
    font-family:Arial Narrow;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-decration:underline;
  
}


/* css for dropdown */

.chromestyle{
width: 99%;
font-weight: bold;
margin: 0;


}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
left-margin:0px;
border-bottom: 3px solid #BBB;
border-top: 3px solid #BBB;
border-left: 3px solid #BBB;
border-right: 3px solid #BBB;

font:bold 12px Arial Narrow;
background-color:#FFFFFF;
/*background-color:#5A6B4B;*/

 /*width: 130px;*/
width: 700px;
height:420px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(direction=100,strength=2); *//*Add Shadow in IE. Remove if desired*/
}





