body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 10pt;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover {
	color: #006e54;
	text-decoration: none;
	background-color: #FFFFFF;
}

.Copyinfo {
	font-size: 90%;
	color: #CCCCCC;
	text-align: center;
	padding: 15px 0px 20px 0px;
}

.Greenborder {
	background-color: #006e54;
}
.Menubar {
	color: #999999;
	padding: 0px 2px 0px 2px;
	white-space: nowrap;
	text-decoration: none;
}

.ContentTable {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDEBE9;
	border-right-color: #EDEBE9;
	border-bottom-color: #EDEBE9;
	border-left-color: #EDEBE9;
}

.ContentHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	vertical-align: top;
	padding: 8px 0px 5px 0px;
}
.ContentHeaderGreen {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #006e54;
	background-color: #ffffff;
	vertical-align: top;
	padding: 8px 0px 5px 0px;
}
.Label {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	vertical-align: top;
	padding: 8px 0px 5px 0px;
}
.InputTable {

	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
}
