/* CSS Document */

.iframe { 
	overflow-x: hidden; 
	overflow-y: scroll;
 	} 

BODY {
    PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	FONT: bold 11px/1.5em Verdana;
	PADDING-TOP: 0px;
	background-image: url();
	background-position: center;
	topmargin: 30px;
	margin-top: 8px;
	background-color: #009100;
	SCROLLBAR-FACE-COLOR: #7db689; 
	SCROLLBAR-HIGHLIGHT-COLOR: #439500; 
	SCROLLBAR-SHADOW-COLOR: #251803; 
	SCROLLBAR-3DLIGHT-COLOR: #3C6C46; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #078F2B; 
	SCROLLBAR-DARKSHADOW-COLOR: #033210
}

.style3 {font-size: 10px}

.divq
{
	background:url(../images/bg_menu.jpg);  
}
    
.txtWhiteNormal12
{
	font-family: Arial,  sans-serif;	
	font-size: 10px;
	text-decoration: none;	
	font-weight: bold;
	color:#ffffff;

}
.txtWhiteNormal12:hover
{
	font-family: Arial,  sans-serif;	
	font-size: 10px;
	color:#A2FF55;
	font-weight: bold;
	text-decoration: none;
}


ul#menu {
 
  list-style-type: none;

  margin: 0;
  padding: 0;
 
}
ul#menu span {
  display: none;
  
}
ul#menu a.active {
 color: #FFFFFF;
}
ul#menu a.active1 {
 font-family: Arial,  sans-serif;	
	font-size: 10px;
	text-decoration: none;	
	font-weight: bold;
	color:#FFFFFF
}
ul#menu a.active1:hover{
font-family: Arial,  sans-serif;	
	font-size: 10px;
	color:#A2FF55;
	font-weight: bold;
	text-decoration: none;
}


