body {
	background-color: #006600;
}
a:link {
	color: #FF6600;
	text-decoration: underline;

}
a:visited {
	color: #990000;
}
a:hover {
	color: #330099;

}
a:active {
	color: #FFFF33;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;


}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006600;
}
.table1 {
	background-color: #CCCCFF;
	border: 1px dotted #666666;
	padding: 20px;

}
.table2 {
	border: 1px dotted #666666;
	color: #CCCCFF;


}
.regtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.sectext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}

