html {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;	
}

body {
	text-align:center;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #006601;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.mainmenu {
	font-weight: bold;

}

#mainframe {
	position:absolute;
	width:100%;
	z-index:1;
	left: 0px;
	top:0px;
	margin: 0px;
 }

#topframe {
	position:absolute;
	width:100%;
	height:100px;
	z-index:2;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-image: url(../images/topbg.gif);
	text-align: left;
}

#menuframe {
	position:absolute;
	width:100%;
	height:30px;
	z-index:2;
	left: 0px;
	top:100px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/menubg.gif);
 }
 
#undermenu {
	position:absolute;
	width:700px;
	height:15px;
	z-index:3;
	left: 238px;
	top:116px;
	text-align: left;
	visibility: hidden;
 }

#windowframe {
	position:absolute;
	width:98%;
	z-index:2;
	left: 10px;
	top:134px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
 }