@charset "UTF-8";
/* CSS Document */

body {
	background: #2B6FB7 url(images/bg.jpg) no-repeat center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
.sm_white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.sm_black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.mdd_black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.mdd_blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #256FC0;
	line-height: 16px;
	font-weight: bold;
}
.sm_blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3366FF;
}
.md_white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
}
.md_black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
}
.norm_black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
.vlrg_white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
}
INPUT,TEXTAREA { 
	font-family: tahoma, verdana, sans-serif; 
	font-size: 11px; 
	background-color: #F4F4F4; 
	padding-left:3px ;
	padding-top:2px; 
	padding-bottom: 3px; 
}
input.send-btn {
height: 25px;
width: 25px;
background: url(/images/go_button.gif) no-repeat left top;
text-indent: 0;
border: none;
cursor: pointer;
}