/* HTML TAG STYLES */
body { background: #ece4c2; margin: 0px; padding: 0px; }
p, td { color: #666666; font-family: Tahoma, Arial, sans-serif; font-size: 11px; }

/* LINK STYLES */
a:link { color: #0b63c4; text-decoration: underline; }
a:visited { color: #0b63c4; text-decoration: underline; }
a:hover { color: #0b63c4; text-decoration: none; }
a:active { color: #0b63c4; text-decoration: underline; }

/* BACKGROUND STYLES */
.bkg_bottomleft { background: url(../images/home_footercap_left.gif) no-repeat; background-position: top right; }
.bkg_bottomright { background: url(../images/home_footercap_right.gif) no-repeat; background-position: top left; }
.bkg_marginright { background: url(../images/margin_right.gif) repeat-y; background-position: top left; }
.bkg_marginleft { background: url(../images/margin_left.gif) repeat-y; background-position: top right; }
.bkg_navigation { background: url(../images/nav_middle.gif) repeat-x; background-position: top left; }
.sub_marginright { background: url(../images/submargin_right.gif) repeat-y; background-position: top left; }
.sub_marginleft { background: url(../images/submargin_left.gif) repeat-y; background-position: top right; }
.sub_ruler { background: url(../images/ruler.gif) repeat-x; }

/* POSITIONING STYLES */
.img_right { float: right; padding: 0px 0px 15px 30px; }
.padding25 { padding: 25px; }

/* TEXT STYLES */
.black { color: #000000; }
.dblue { color: #031c36; }
.georgia { font-family: Georgia, Times, Serif; font-size: inherit; }
.grey { color: #b2b2b2; }
.lblue { color: #0b6364; }
.txt9 { font-size: 9px; }