body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

.textOnHomepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

td {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}


.pgTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-bottom: 10px;
}
.indexTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 45px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	MARGIN: 0px;
	padding: 0px 0px 7px;


}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-indent: 0pt;
	MARGIN: 0px 0px 0px 0px;
	letter-spacing: 2px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #15303e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #052b3f;
}

.bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bottomLinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bottomLinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: 3f7a18;
	color: FFFFFF;
	font-weight: bold;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.displayMessage{
	MARGIN: 5px;
	background-color: #F4F4F4;
	padding: 10px;
	color: #ED008C;
	border: 1px dotted #9E025E;
	font-size: 12px;
	font-weight: bold;
}
.displayMessage{
	MARGIN: 5px;
	background-color: #F4F4F4;
	padding: 10px;
	color: #ED008C;
	border: 1px dotted #9E025E;
	font-size: 12px;
	font-weight: bold;
}
.dottedLineBottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #333333;
}
