body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
label {
	font-weight:bold;
	font-size: 0.80em;
}
.heading {
	font-size: 1.0em;
	font-weight: bold;
}
.copyright {
	font-size: 0.60em;
	color: #999999;
}
.header {
	background-color: #ABDA4D;
	font-weight: bold;
	color: #FFFFFF;
}
.MainText {
	font-size: 0.85em;
}
.SubHeading {
	background-color: #ABDA4D;
	font-size: 0.85em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}
.subnavhd {
	background-color: #EDF4DF;
	font-size: 0.85em;
	font-weight: bold;
	margin: 2px 4px;
	padding: 2px 4px;
}
.subnavbx {
	background-color: #EDF4DF;
	font-size: 0.75em;
	margin: 0px 4px 2px;
	padding: 0px 4px 2px;
}
a:link, a:visited  {
	color: #006666;
	text-decoration: none;
}
a:active, a:hover  {
	color: #006666;
	text-decoration: underline;
}
a.menu:link,a.menu:visited {
	background-color: #ABDA4D;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	color: #FFFFFF;
}
a.menu:active,a.menu:hover {
	background-color: #ABDA4D;
	text-decoration: underline;
	font-size: 0.85em;
	font-weight: bold;
	color: #FFFFFF;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #333333;
	margin: 3px;
	padding: 3px;
	border: 1px solid #666666;
	width: 240px;
}
.RedAlert{
	color: #990000;
	font-style:italic;
}
