a.link:link {font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none;}
a.link:active {font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none;}
a.link:visited {font-family: Verdana; font-size: 11px; color: #666666; text-decoration: none;}
a.link:hover {font-family: Verdana; font-size: 11px; color: #000000; text-decoration: underline;}

.normalText {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.unboldText {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
.titleText {
	font-family: Verdana;
	font-size: 13px;
	color: #666699;
	font-weight: bold;
}
.textboxStyle {
    border:1px solid #333333;
	font-family: Verdana;
	font-size: 11px;
}
.formButton {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #333333;
	color: #333333;
	background-color: #FFFFFF;
	cursor: hand;
	font-weight: bold;
}
.unlineboldText {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.ordinaryText {
	font-family: Verdana;
	font-size: 11px;
	color: white;
	font-weight: normal;
}