 BODY {
	font-size: 11px;
	color: white;
	background-color: #E5F3FF;
	scrollbar-arrow-color: black;
	scrollbar-face-color: #E5F3FF;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-3dlight-color: #E5F3FF;
	scrollbar-darkshadow-color: #E5F3FF;
	scrollbar-track-color: #E5F3FF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD { font-family: Verdana; font-size:11px; color: black;}
A.intro {font-size:9px; text-decoration: none; font-weight: normal; color: #5E95DA;}
A.intro:hover {font-size:9px; text-decoration:underline;font-weight: normal; color:black;}
A { text-decoration: underline; font-weight: normal; color: #5E95DA;}
A:hover {text-decoration:underline;font-weight: normal; color:black;}
A.white { text-decoration: underline; font-weight: normal; color: white;}
A.white:hover {text-decoration:underline;font-weight: normal; color:black;}
A.small {font-size:9px; text-decoration: underline; font-weight: normal; color: #5E95DA;}
A.small:hover {font-size:9px; text-decoration:underline;font-weight: normal; color:black;}
A.menu { font-size:10px; text-decoration: none; font-weight: bold; color: black; display: block; padding:55px 5px 10px 5px;}
A.menu:hover {font-size:10px; text-decoration:none;font-weight: bold; color:white; background-color:#0056C0; display: block; padding:55px 5px 10px 5px;}
input.text {
	width:197px;
	border:1px solid black;
}
input.buton {
	width:150px;
	border:1px solid white;
	background-color:#72A4E1;
	color:white;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}
textarea.text {
	width:197px;
	height:105px;
	border:1px solid black;
	font-family:Verdana;
	font-size:11px;
}

DIV#center {position: relative;top: 0px;left: 0px;right: 0px; width:100%; height:100%; z-index: 100;}
 DIV#menu {position: absolute;top: 0px;left: 0px;width:100%;height:100%;z-index: 200;}
 DIV#menu2 {position: absolute;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 white; background-color: #0056C0;
  padding: 5px;; z-index: 300; -moz-box-sizing: border-box;
  width:156px;}
 DIV.popup a {text-align: left; padding: 5px; display:block; text-decoration:none;
  font-weight: bold; font-size:9px; color: white;}
 DIV.popup a:hover {text-decoration:none; color: #0056C0; background: white; font-weight: bold; padding: 5px;}

