.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.BIGCREAME {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;

}
.textWHITE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;


}
.textGREY {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;

}
a:link {
	color: #004833;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	text-decoration: none;
	color: #002010;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited:hover {
	color: #333333;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: #004830;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textsmall {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.textGREEN {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004830;
	text-decoration: none;
	font-weight: bold;
}
ul {
	text-decoration: none;
	list-style-type: circle;
	display: inline;
	vertical-align: top;
	margin: 0px;
	padding: 0px;





}
.textBIGGREEN {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #004830;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;

}

.inputerror {
    color: #ff0000;
    text-decoration: bold;
}

