/* ****************************************
HTML REDEFINED TAGS
**************************************** */

body {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 8pt;
color: #000000;
background-image: url(/images/home_bg.gif);
background-repeat: repeat-x;
background-color: #72C2DF;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

td {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 8pt;
color: #000000;
}

a:link {
text-decoration: underline;
color: Blue;
}

a:visited {
text-decoration: underline;
color: Blue;
}

a:hover {
text-decoration: underline;
color: #990000;
}

a:active {
text-decoration: underline;
color: #990000;
}

/* ****************************************
CUSTOM STYLES
**************************************** */
.hdr1 {
font-size: 10pt;
font-weight: bold;
color: #990000;
}

.hdr2 {
font-size: 10pt;
font-weight: bold;
color: #364CAC;
}

.hdr3 {
font-size: 8pt;
font-weight: bold;
color: #00447F;
}

.hdr4 {
font-size: 8pt;
font-weight: bold;
color: black;
}

.navtxt {
font-weight: bold;
text-decoration: none;
color: #ffffff;
}

.small {
font-size: 8pt;
color: #808080;
}

.smallblue {
font-size: 8pt;
font-weight: bold;
color: #364CAC;
}

.center {
image-align:center;
text-align: center;
}

.navbg {
background-image: url(/images/hdr_bg.gif);
background-repeat: repeat-x;
}
.lorem {
background-image: url(/images/blue2.gif);
background-repeat: repeat-repeat;
}

.white {
background-color: #ffffff;
}

.black {
background-color: #000000;
}

.gray {
background-color: #CFD6E3;
}

.blue {
background-color: #44AFD4;
}