.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000000;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}

.verysmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
}

.headText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #CC6633;
	font-weight: bold
}

.bigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	color: #003300;
	font-weight: bold
}


.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #FF0000;
}

a {
	color: #990000;
	text-decoration: underline
}

a:hover {
	color: #9999CC;
	text-decoration: underline
}

a:visited {
	color: #330033;
	text-decoration: underline
}

a:active {
	color: #CC6633;
	text-decoration: underline
}


.button {
	background-color:#E6D3C3;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif}

.tableBorder {  border: #006633; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.cellPad {  padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px}