@charset "utf-8";
/* CSS Document */

body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#fef4f3;
color:#505050;
}

a{
text-decoration:underline;
color:#505050;
}

a:hover{
text-decoration:none;
color:#505050;
}

#white_bg{
background-color:#FFFFFF;
}

.login_BG{
background-color:#126bc0;
}

.login_bottom_BG{
background-color:#115fab;
}

.text_white{
color:#FFFFFF;
font-weight:bold;
}

.text_white_regular{
font-weight:normal;
color:#FFFFFF;
}

.text_bold{
color:#505050;
font-weight:bold;
line-height:22px;
}

.text_box{
width:192px;
}


.linkcustomerlogin {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.linkcustomerlogin:hover {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-decoration:underline;
}



.box_center{
background-image:url(../images/box_center.jpg);
background-position:right;
background-repeat:repeat-y;
}

.box_bottom{
background-image:url(../images/box_bottom.jpg);
background-position:top right;
background-repeat:no-repeat;
}

.text_bullets{
background-image:url(../images/bullet_red.gif);
background-position:0px 5px;
background-repeat:no-repeat;
padding-left:15px;
padding-bottom:6px;
}

.text_out_staff{
line-height:22px;
}

.footer_bg{
background-color:#ce2318;
}

.footer_text{
color:#FFFFFF;
}

.footer_text a{
color:#FFFFFF;
text-decoration:none;
}

.footer_text a:hover{
color:#FFFFFF;
text-decoration:underline;
}

.h2{
color:#ce2318;
font-size:14px;
}

.h3{
color:#000000;
font-weight:bold;
line-height:23px;
}

#proposal_BG{
background-color:#f1f1f1;
}