td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
}

.verysmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
}

.bigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	color: #000000;
}


.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}

a {
	color: #1549A8;
	text-decoration: underline;
}

a:hover {
	color: #6699CC;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:active {
	color: #00FFFF;
	text-decoration: underline;
}


.button {
	background-color:#FFCC00;
	font-size: 12;
	color: #000000;
	font-family: arial, helvetica, sans serif;
}

.indent {
	text-indent: 15px;
}

.textBlue {
	color: #0161AD;
}

.textWhite {
	color: #FFFFFF;
}

.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #999999;
}


.smallgreyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #999999;
}

.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #009900;
}

.required {
	color : red;
}


