@charset "utf-8";
/* CSS Document */
body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }
* { behavior: url(iepngfix.htc); }
p { text-align:justify; }
.green_txt{ color:#006f3c; }
.red_txt{ font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#FF0000; }

a.black_link, a.black_link:link, a.black_link:visited, a.black_link:active{ color: #000000; text-decoration:underline; font-weight:bold; }
a.black_link:hover{ color: #062d84; text-decoration:underline; font-weight:bold; }
a.black_link2, a.black_link2:link, a.black_link2:visited, a.black_link2:active{ color: #000000; text-decoration:none; }
a.black_link2:hover{ color: #000000; text-decoration:underline; }
a.more, a.more:link, a.more:visited, a.more:active{ color:#062d84; font-weight:bold; text-decoration:none; }
a.more:hover{ color:#062d84; font-weight:bold; text-decoration:underline; }

.button{ border: 1px solid #6B6B6B; background-color:#FFFFFF; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:13px; cursor:hand; padding-bottom:3px; padding-top: 3px; }
.button:hover{ background-color:#888888; color:#fbf806; }
