/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #efefef;
	background-image: url(../images/site_bg.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	color: #c02128;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c02128;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #c02128;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #F9F9F9;
	list-style-type: square;
}
ul {
	list-style-type: disc;
}
.requiredFields {
	color:#BF2129;
	font-weight:bold;
}
input, select, textarea {	
	background: #e3e3e3 !important;  
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	border:none;
}
.lightertext {
	color: #999999;
}
.lightertextsm {
	color: #666;
	font-size: 13px;
}
.smallertext {
	font-size: 12px;
}

