a:link {
	color: #FF9966;
	text-decoration: underline;
}

a:hover {
	color: #FF9966;
	text-decoration: none;
}

a:visited {
	color: #FF9966;
}

a:active {
	color: #CCCCCC;
}

.thinBorder {
	border: 1px solid #FF9966;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.required {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F0A27C;
	font-weight: normal;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
