html,body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	height:1px;
	overflow:hidden;
	} 
#header{
  	height:35px;
	min-width:600px;
	background:#FFEF97;
	padding-left: 10px;
	} 
#menu{
  	width:250px;
	float:left;
	background:#FFC597;
	padding-left: 10px;
	}
#info{
  	min-width:350px;
	margin-left:250px;
	}
#inside {
	height:1px;
	overflow:hidden;
	}
#fd {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	width:100%;
	height:1800px;
	border: 1px none #000000;
	visibility: visible;
	}
#if {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	border:0;
	}
.text1 {
	font-size: 10pt;
	font-weight: normal;
	color: #2D2D2D;
	}
.text2 {
	font-size: 10pt;
	font-weight: normal;
	color: #686356;
	}
.text3 {
	font-size: 10pt;
	font-weight: normal;
	color: #1e3fa9;
	}
a{
	font-size: 10pt;
	text-decoration: none;
	color: #1e3fa9;
	}