
BODY
{
	font-family : Verdana, Tahoma, Arial, sans-serif;
}

.mainText{
	background-color : White;
	color : #4f027c;
	font-size : small;
}

.formcaption {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	color : #4f027c;
	font-size : small;
}

.listItems {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	color : #4f027c;
	font-size : small;
}

.SubBoxHeader {
	color: White;
	font-size: medium;
	background-color: #9F2D20;
}

H1 {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	color : Black;
	font-size : medium;
}
H3 {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	color : #4f027c;
	font-size : medium;
}
.boxlink:Link, .boxlink:Active, .boxlink:Visited {
	color : #4f027c;
	text-decoration : none;
	font-size: smaller;
}

.boxlink:Hover {
	color : #9F2D20;
	text-decoration : underline;
}

.listitemlink:Link, .listitemlink:Active, .listitemlink:Visited {
	color : #4f027c;
	text-decoration : none;
	font-size: smaller;
}

.listitemlink:Hover {
	color : #9F2D20;
	text-decoration : underline;
}

.lightItem 
{
	background-color: #4f027c;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

.lightItemActive
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFE152;
	background-color: #9f2d20;
	cursor: pointer;
}

.lightItemActive #item
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFE152;
	cursor: pointer;
}

.lightItemSelected
{
	background-color: #4f027c;
	cursor: default;
}

.lightItemSelected #item
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
}


