 BODY {
	font-size: 11px;
	color: black;
	background-color: #FAFAE0;
	scrollbar-arrow-color: black;
	scrollbar-face-color: #FAFAE0;
	scrollbar-highlight-color: #FAFAE0;
	scrollbar-shadow-color: #17008F;
	scrollbar-3dlight-color: #FAFAE0;
	scrollbar-darkshadow-color: #FAFAE0;
	scrollbar-track-color: #FAFAE0;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD { font-family: Verdana; font-size:11px; color:black;}
A { text-decoration: none; font-weight: normal; color: black;}
A:hover {text-decoration:underline;font-weight: normal; color:#EE8633;}
A.small {font-size:9px; text-decoration: none; font-weight: normal; color: #5591BF;}
A.small:hover {font-size:9px; text-decoration:underline;font-weight: normal; color:black;}
A.menu { text-decoration: none; font-weight: bold; color: white;}
A.menu:hover {text-decoration:underline; font-weight: bold; color:black;}
input.obj {
	width:160px;
	font-size:11px;
	color: black;
	border:1px solid #5591BF;
}
input.sub {
	width:100px;
	font-size:11px;
	font-weight: bold;
	color: white;
	background-color:#5591BF;
	border:1px solid black;
	cursro:poiner;
	cursor:hand;
}
textarea.text {
	font-family:verdana;
	width:290px;
	height: 140px;
	font-size:11px;
	color: black;
	border:1px solid #5591BF;
}

DIV#center {position: relative;top: 0px;left: 0px;right: 0px; width:100%; height:100%; z-index: 100;}
DIV#menu {position: relative;top: 0px;left: 0px;width:100%;height:100%;z-index: 200;}
DIV#menu2 {position: relative;top: 0px;left:70px;width:200px;height:267px;z-index: 200;}
 
DIV.mleft {margin-left:0px; width:130px:}
DIV.popup {display: none; border: solid 1px #EF8633; background-color: #EF8633;
  padding-left: 5px; padding-right: 5px; z-index: 300; -moz-box-sizing: border-box;
  width:115px;}
DIV.popup a {text-align: left; padding: 2px; display:block;text-decoration:block;
  font-weight: normal; font-size:9px; color: white;}
DIV.popup a:hover {font-weight: normal; text-decoration:none; color: #EF8633; background: white;}
