/* CSS Document */

/* Body */
body { 
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0; background: #006699;
}

.textfield { width: 200px; height: 15px;  font: Tahoma, Verdana; font-size: 11px; font-style: normal; 
float: none; margin: 0; color:#666666;
}
.textfield2{ width: 300px; height: 20px;  font: Tahoma, Verdana; font-size: 11px; font-style: normal; 
float: none; margin: 0; color:#666666;
}
.textfield3{ width: 300px; height: 100px;  font: Tahoma, Verdana; font-size: 11px; font-style: normal; 
float: none; margin: 0; color:#666666;
}

.DateText { font-family: Tahoma, Verdana; font-size: 11px; color:6c6c6c;
}

.Datelink{
	color: #416da4;
	text-decoration: none;
	font-size:11px;
	font-family: Tahoma, Verdana;
}
a:visited {
	text-decoration: none;
	color: #416da4;
}
a:hover {
	text-decoration: underline;
	color: #416da4;
}
a:active {
	text-decoration: none;
	color: #416da4;
}

.Footerlink{
	color: #999999;
	text-decoration: none;
	font-size:11px;
	font-family: Tahoma, Verdana;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.aboutus{
	color: #416da4;
	text-decoration: none;
	font-size:11px;
	font-family: Tahoma, Verdana;
}
a:visited {
	text-decoration: none;
	color: #416da4;
}
a:hover {
	text-decoration: underline;
	color: #416da4;
}
a:active {
	text-decoration: none;
	color: #416da4;
}

.FieldText{
	color: #416da4;
	text-decoration: none;
	font-size:11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight:bold;
}
.FieldText2{
	color: #416da4;
	text-decoration: none;
	font-size:12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #416da4;
}
a:hover {
	text-decoration: underline;
	color: #416da4;
}
a:active {
	text-decoration: none;
	color: #416da4;
}

.FrontText { font-family: Tahoma, Verdana; font-size: 11px; color:6c6c6c; color: #6c6c6c;
}
.FrontText1 { font-family: Tahoma, Verdana; font-size: 11px; color:6c6c6c; color: #ffffff; font-weight: bold;	
}
.FrontText2 { font-family: Tahoma, Verdana; font-size: 11px; color:6c6c6c; color: #333333; font-weight: bold;	
}
.FrontText3 { font-family: Tahoma, Verdana; font-size: 12px; color:6c6c6c; color: #333333; font-weight: bold;	
}
/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #E1F5FF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* None-bold submit button */
input.liteoption {
	background-color : #ffffff;
	font-weight : normal;
}

