/* heading styles */
h1, h2, h3, h4, h5, h6 { margin:0px 0px 5px 0px;color:#b51114; }

/* border styles */
.red_b { border:1px red solid;}
.green_b { border:1px green solid;}
.blue_b { border:1px blue solid;}
.black_b { border:1px black solid;}
.white_b { border:1px white solid;}

/* main div styles */
.main { margin:10px 5px 10px 10px; }

/*  header style */
.header { text-align:center; }

/*  footer style */
.footer { text-align:center;font-size:11px;color:#acacac;margin-bottom:2px; }

/* main body tag styles */
body {
	font-family:tahoma;
	color:#5a7ac4;
}

.div_text { line-height:18px; font-size:12px;}
.div_text1 { line-height:16px; font-size:11px;color:#808080;}
.text_padding {  padding:10px 20px 10px 20px;}
.text_padding1 {  padding:10px 10px 10px 5px;}

.border_right1 { border-right:1px #d4d9b7 solid;}
.border_left1 { border-left:1px #d4d9b7 solid;}
.border_top1 { border-top:1px #d4d9b7 solid;}
.img_bdr { border:1px #a2a2a2 solid;}

.menu { line-height:25px;margin:0px 0px 20px 20px;}
.ml { color:#b51114;text-decoration:none;} /* ml = menu links */
.ml:hover { color:#b51114;border-bottom:1px #b51114 dashed;}
.top_ml {font-family:verdana;color:#000000;text-decoration:none;}
.top_ml:hover {font-family:verdana;color:#000000;text-decoration:none;}
.header_menu { text-align:right;font-size:11px;padding:3px 0px 6px 0px; }
.top_margin_xl { margin-top:150px;}

/* for the footer */
.footer1 { color:#cecece;text-decoration:none; }
.footer1:hover { text-decoration:none; }
.footer2 { color:#8eccf4;text-decoration:none; }
.footer2:hover { text-decoration:underline; }