@charset "utf-8";
/* CSS Document */

html, body {
      margin:0;
      padding:0;
      height:100%;
      border:none;
	margin-top: 0px;
}

.style3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.style11 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	}
	
.style11blue {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#535F7B; 
	}
	
.style12 {
	color: #333333
	}

.style22 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 11px; 
	font-weight: bold; 
	}
	
.style22 a {
	text-decoration:none;
	color: #FFFFFF; 
	}
	
.style22 a:hover{
	text-decoration:none;
	color: #FFFFFF; 
	}
	
.style222 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #282e3c; 
	font-size: 11px; 
	font-weight: bold; 
	}
	
.style222 a {
	text-decoration:none;
	color: #282e3c; 
	}
	
.style222 a:hover{
	text-decoration:none;
	color: #282e3c; 
	}
	
.style23 {
	color: #282E3C
	}
	
.style24 {
	font-size: 10px
	}
	
.style25 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	}
	
.style26 {
	font-size: 10
	}

.style30 {
	font-size: 10px; 
	color: #FF9934; 
	}


.menu {
 position:relative;
 background-color:gold;
 border:1px solid darkblue;
 width:150;
 font-size:11px;
 font-family:verdana;
 font-weight:bold;
 position:absolute;
 cursor:se-resize;
}

.item_panel {
  width:150;
  border-left:1px solid darkblue;
  border-right:1px solid darkblue;
  clip:rect(0,150,0,0);
  position:absolute;
}

.item_panel a {
 text-decoration:none;
 color:black;
 cursor:pointer;
}

.item {
 background-color:lightyellow;
 width:148;
 font-size:10px;
 font-family:verdana;
}