/*
C1 = Green  006400
C2 = Blue
C3 = Dark Rose
C4 = White
*/


body {
	background-color: #ffffff;
	}
a:link {
	color: #006400;
	text-decoration: none;
}
a:active {
	color: #006400;
	text-decoration: none;
}
a:visited {
	color: #006400;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #d1eaf8;
}
.regText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.regBText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.regBTextC1 {
	color : #006400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.regBTextC2 {
	color : #315b8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.regBTextC3 {
	color : #8a3c51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.regBTextC4 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color : #ffffff;
}
.titleTextC1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23pt;
	color : #006400;
}
.titleTextC2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23pt;
	color : #315b8e;
}
.titleTextC3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color : #8a3c51;
}
.subTitleText {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.subTitleTextC1 {
	color : #006400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.subTitleTextC2 {
	color : #315b8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.subTitleC3Text {
	color : #8a3c51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.smallText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
.smallTextC1 {
	color: #006400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.smallBTextC1 {
	color: #006400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.smallBTextC2 {
	color: #315b8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.smallBTextC3 {
	color: #8a3c51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.searchCourier {
	color: #000000;
	font-family: "Courier New", Courier, monospace;;
	background-color: #f2f2f2;
	font-size: 8pt;
}
