a:link {
	color: #ffffff;
}
a:active {
	color: #00ff00;
}
a:visited {
	color: #cccccc;
}
a:hover {
	background-color: #FCFACB;
	color: #000000;
}

#body {
	background-color: #428684;
}
#main {
	position:absolute;
	z-index: 10;
	left: 28%;
	top: 130px;
	width: 72%;
	height: 70%;
	display: none;
	overflow: scroll;
	background-color: #FFFFFF;
	border-top: 3px solid #2E5D5C;
	border-right: 3px solid #709F9E;
	border-bottom: 3px solid #709F9E;
	border-left: 3px solid #336666;
	padding: 24px;
}
#header {
	position:absolute;
	z-index: 10;
	left: 0%;
	top: 30px;
	width: 100%;
	height: 80px;
	display: none;
	overflow: hidden;
	border: 1px none #00ff00;
	text-align: center;
}
#htmlmenu {
	position:absolute;
	z-index: 10;
	left: 2%;
	top: 130px;
	width: 25%;
	height: 70%;
	display: none;
	overflow: auto;
	background-color: #2E5D5C;
	border-top: 3px solid #2E5D5C;
	border-right: 3px solid #709F9E;
	border-bottom: 3px solid #709F9E;
	border-left: 3px solid #336666;
	text-align: left;
	padding: 9px;
}
#testdiv {
	position:absolute;
	z-index: 100;
	left: 75%;
	top: 60%;
	width: 20%;
	height: 100px;
	display: none;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid #0000ff;
	text-align: left;
}
#flash {
	position:absolute;
	z-index: 2;
	left: 3%;
	top: 3%;
	width: 97%;
	height: 97%;
	display: block;
	overflow: hidden;
	background-color: #428684;
	border-top: 3px none #ff0000;
	border-right: 3px none #ff0000;
	border-bottom: 3px none #ff0000;
	border-left: 3px none #ff0000;
	padding: 0px;
}
P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 22px;
}
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: 14px;
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	line-height: 26px;
	font-weight : bold;
}
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	line-height: 20px;
	font-weight : bold;
}
H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height: 20px;
	font-weight : bold;
}
H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 18px;
	font-weight : bold;
	font-style : normal;
}
H5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: 14px;
	font-weight : bold;
}
H6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height: 12px;
	font-weight : normal;
	font-style : italic;
}
DT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bolder;
	white-space: pre;
}
DD { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: 20px;
	white-space: normal;
	padding-bottom: 36px
}
LI {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: 20px;
	white-space: normal;
}
