/* CSS Document */
/****************************************/
/*ELEMENT STYLES*/
BODY {
background-color:#EEF2F4;
}
.bold{
font-weight:bold;
}
.btn_html{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
font-weight:bold;
color: #005772;
background-color:#B7DB77;
}
.green_rule{
height:1px;
background-color:#007BA1;
width:458px;
}
.green_rule_body{
height:1px;
background-color:#007BA1;
width:550px;
}
.green_divider{
background-color:#007BA1;
width:1px;
}
.bg_aqua{
background-color:#007BA1;
}
.bg_lblue{
background-color:#97C8DC;
}
.bg_lime{
background-color:#B7DB77;
}
.col_aqua{
color:#007BA1;
}
.col_dgreen{
color:#005772;
}
.col_dblue{
color:#012258;
}
.col_dgray{
color:#333333;
}
.col_red{
color:#CC0000;
}
.lnav_hdr{
color:#97C8DC;
border-bottom:1px solid #B7DB77;
}
.align_right{
text-align:right;
}
.align_center{
text-align:center;
}
.align_top{
vertical-align:top;
}
.padding_arrow{
padding-top:3px;
}
/****************************************/
/*TEXT STYLES*/
.body_text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.tnav_text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
font-weight:bold;
padding-top:10px;
padding-right:5px;
padding-left:5px;
}
A.tnav_action:link{
text-decoration: none;
color:#B7DB77;
}
A.tnav_action:visited{
text-decoration: none;
color:#B7DB77;
}
A.tnav_action:hover{
text-decoration: none;
color:#fff;
background-color:#007BA1;
}
A.body_action:link{
text-decoration: none;
color:#007BA1;
}
A.body_action:visited{
text-decoration: none;
color:#007BA1;
}
A.body_action:hover{
text-decoration: none;
background-color:#97C8DC;
}
A.fnav_action:link{
text-decoration: none;
color:#007BA1;
}
A.fnav_action:visited{
text-decoration: none;
color:#007BA1;
}
A.fnav_action:hover{
text-decoration: none;
color:#007BA1;
background-color:#B7DB77;
}
.hd_text{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
text-align:left;
font-weight:bold;
vertical-align:top;
}
.subhd_text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
font-weight:bold;
vertical-align:top;
}
.bodyhd_text{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:left;
font-weight:bold;
vertical-align:top;
}
.lnav_text{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
font-weight:bold;
}
A.lnav_action:link{
text-decoration: none;
color:#fff;
}
A.lnav_action:visited{
text-decoration: none;
color:#fff;
}
A.lnav_action:hover{
text-decoration: none;
color:#B7DB77;
background-color:#005772;
}



