.mainlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	color: #66CCFF;
}
a.mainlink:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC66;
	text-decoration: underline;
}
a.mainlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;}
bordertest {
	padding-right: 5px;
	padding-left: 5px;
}
textarea
{
	font-size: 14px;
	color: black;
	font-family: Georgia, "Times New Roman" , Times, serif;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
input
{
	font-size: 14px;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;

}
.Button
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 14px;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
    BACKGROUND-COLOR: #D3D3D3
}
.ErrorText
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: firebrick;
	font-size: 14px;
}