/* CSS Document */
body{
	
	height:71px;
	margin:0px;
	padding:0px;
	font: normal 12px verdana;
	color:#080808;
}
td
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.trBackColor
{
	background-color: #FFFFFF;
}
.mHeading
{
	font-family: Verdana;
	font-size: 11px;
	color: #7B7B7B;
	font-weight: bold;
	background-color: #FFFFFF;
}
.mErrorMessage
{
	font-family: Verdana;
	font-size: 11px;
	color: red;
	font-weight: bold;
}
a{
	color:#356aa0;
	text-decoration:underline;
}
a:hover{
	color:#080808;
	text-decoration:none;
}

h1{
	font:bold 30px tahoma;
	color:#080808;
	padding:0px;
	margin:0px 0px 8px 0px ;
}
h2{
	font:bold 15px tahoma;
	color:#424242;
}
h3{
	font:bold 14px tahoma;
	color:#424242;
	padding:0px;
	margin:0px 0px 8px 0px;
}
h4{
	font:bold 25px tahoma;
	color:#424242;
	padding:0px 0px 8px 0px;
	margin:0px;
}
h5{
	font:bold 15px tahoma;
	color:#ef9036;
	padding:0px 0px 8px 0px;
	margin:0px;
	margin-top:20px;
}
b{
	font-weight:bold;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	float:none;
	clear:both;
}
.wrapper{
	margin:0px auto;
	width:871px;
	font: normal 12px verdana;
	color:#080808;
}
.text{
	font: normal 12px verdana;
	color:#080808;
}
.text td{
	font: normal 12px verdana;
	color:#080808;
}
.border{
	border: 1px solid #d8d8d8;
}
.grey{
	background-color:#d8d8d8;
	height:1px ;
}
.banner{
	margin:0px auto;
	width:871px;
}
.content{
	margin:0px;
	margin-top:10px;
	width:870px;
	font: normal 12px verdana;
	color:#080808;
}
.left{
	margin:0px;
	width:580px;
	font: normal 12px verdana;
	color:#080808;
}
.right{
	margin:0px;
	width:285px;
	font: normal 12px verdana;
	color:#080808;
}
.providerBox{
	width:278px;
	padding:0px;
	margin:0px;
	background-color:#fff;
	border:1px solid #43464b;
}
.box140{
	width:138px;
	text-align:center;
}
.box140 img{
	margin:7px 1px;	
}
.box140 a{
	width:138px;
	font: normal 12px verdana;
	color: #222;
	line-height: 25px;
	text-align:center;
	text-decoration: underline;
}
.box140 a:hover{
	width:138px;
	font: normal 12px verdana;
	color: #188fb5;
	line-height: 25px;
	text-align:center;
	text-decoration: none;
}
.box400{
	width:500px;
	font:normal 12px verdana;
	color:#000000;
	margin:8px 0px 8px 0px;
}



.form_box{
	width:424px;
	padding:0 10px 0 0;
}
.form_box p{
	font: normal 11px verdana;
	line-height:8px;
}
label{
	float: left;
	width: 160px;
	line-height:15px;
	font-weight: bold;
	text-align:left;
}

.input, .textarea{
	width: 250px;
	height:17px;
	margin-bottom: 5px;
	text-align:left;
	border: 1px solid #A0AB96;
	font: normal 11px verdana;
	color:#000000;
}

.submitbutton{
	width: 80px;
	height:26px;
	cursor:pointer;
	font: bold 11px/23px verdana;
	border: 1px solid #3f86bb;
	color:#244b68;
	padding:0px 5px;
	text-align:center;
	background: url(../images/button_bg.jpg) repeat-x;
}
textarea{
	width: 250px;
	text-align:left;
}


