@charset "UTF-8";

#div1 {
	position:fixed;
	width: 200px;
	left: 23px;
	top: 100px;
	height: 398px;
}

#div2 {
	position: absolute;
	width: 620px;
	left: 15px;
	top: 130px;
	height: auto;
	overflow: auto;
}

#div3 {
	position:fixed;
	width: 270px;
	left: 630px;
	top: 130px;
	height: 398px;
	
}

#div4 {
	position:absolute;
	width: 300;
	left: 300px;
	top: 129.5px;
	height: auto;
	overflow: auto;
	
}

#div5 {
	position: absolute;
	width: 620px;
	left: 19px;
	top: 130px;
	height: auto;
	overflow: auto;	
}

#div6 {
	position:fixed;
	left:25px;
	top:15px;
	width:170px;
	height:110px;
}

#menu {
	position:fixed;
	left:25px;
	top:130px;
	width:170px;
	height:auto;	
}

#nextbutton {
	position:fixed;
	width: 200px;
	left: 420px;
	top: 136px;
	height: 12px;
	background-color:#FFFFFF;	
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {text-decoration: none;
	color: #66cccc;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a1:hover {text-decoration: none;
	color:#FF0000;
}

h1 {font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 10px;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 13px;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 12px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 12px;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 12px;
	margin: 0 0 10px 0;
}
