/* CSS Document */

.title, .normalText,
.bigText, .smallText,
.seeText
{
	font-family: Arial, Helvetica, sans-serif; 
	color:#006633; 
}

.title {
	font-weight: bold;
	font-size: 16px;
}
.bigtext {
	font-size: 16px;
}
.normalText {
	font-size: 12px;
}
.smallText {
	font-size: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
.seeText {
	font-size: 14px; 
}
.contactUsTable {
	border:0px none #DCDCDC;
}

.error {
	color:red;
}
