@charset "UTF-8";
/* CSS Document */
a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006633;
}
a:hover {
	text-decoration: none;
	color: #006633;
}
a:active {
	text-decoration: underline;
	color: #006633;
}
.whtlink a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 8pt;
}
.whtlink a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 8pt;
}
.whtlink a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 8pt;
}
.whtlink a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 8pt;
}
body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #006633;
	text-align: left;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #336699;
}
.smwhttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 20px;
}
.red {
	color: #F00;
}
.orange {
	color: #C30;
}
