/*
C1 = Blue
C2 = Red
C3 = Green
*/


body {
	background-color: #ffffff;
	}
a:link {
	color: #3366ff;
	text-decoration: none;
}
a:active {
	color: #3366ff;
	text-decoration: none;
}
a:visited {
	color: #3366ff;
	text-decoration: none;
}
a:hover {
	color: #00cc66;
	background-color: #e0fcf1;
}
.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 : #3366ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.regBTextC2 {
	color : #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.regBTextC3 {
	color : #00cc66;
	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: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color : #3366ff;
}
.titleTextC2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color : #ff0000;
}
.titleTextC3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color : #00cc66;
}
.subTitleTextPlain {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.subTitleText {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.subTitleTextC1 {
	color : #3366ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.subTitleTextC2 {
	color : #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.subTitleC3Text {
	color : #00cc66;
	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;
}
.smallBTextC1 {
	color: #3366ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.smallBTextC2 {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.smallBTextC3 {
	color: #00cc66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
