/* link styles */
A:active  {	color : #666666;	text-decoration : underline; }
A:hover  { color : #333333;	text-decoration : underline; }
A:link  {	color : #666666;	text-decoration : underline; }
A:visited  { color : #333333;	text-decoration : underline; }
A.DarkBG:active  {	color : #999999;	text-decoration : underline; }
A.DarkBG:hover  {	color : #666666;	text-decoration : underline; }
A.DarkBG:link  { color : #999999;	text-decoration : underline; }
A.DarkBG:visited  {	color : #999999;	text-decoration : underline; }

/* standard styles */
.Text {
	font-size : 12px;
	color : #000000;
	font-family : Verdana;
	padding-top: 8px;
}
.Header {
	font-size : 13px;
	color : #008A53;
	font-family : Verdana;
	font-weight : bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01A863;
	padding-top: 15px;
	padding-bottom: 4px;
}
.TextBold {
	font-size : 13px;
	color : #008A53;
	font-family : Verdana;
	;
	font-weight: bold;
}
.FinePrint {  font-family: Arial; font-size: 11px; color: #444444}
.BackToTop {
	font-family: Verdana;
	font-size: 10px;
	color: #444444;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01A863;
	text-align: right;
	vertical-align: bottom;
}
ul {
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: baseline;
	display: list-item;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
SPAN.ProjectURL {
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}
h1 {
	font-size : 13px;
	color : #008A53;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	;
	font-weight: bold;
	margin: 8px 0px 12px;
	padding: 0px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	display: block;
}
p {
	font-size : 12px;
	color : #000000;
	font-family : Verdana;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008A53;
	display: block;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: bold;
}

