@charset "utf-8";
/* CSS Document */

body { padding: 0px; margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background: black; }

div.column { margin:0 auto; width: 700px; }
div.header { width: 100%; }
div.footer { width: 100%; color: white; }

div.contents { width: 100%; overflow: visible; }

div.hack { height: 98%; background: #BBB; padding-left: 5px; padding-right: 5px; }
div.gr20 { position: absolute; top: 0px; left: 0px; right: 0px; height: 100px; background: url('images/bg.png'); z-index: -1; }
div.title { height: 15px; width: 100%; top: 10px; margin-left: -5px; padding-right: 10px; padding-top: 1px; background: #054985; text-indent: 5px; color: white; font-weight: bold; }
div.spacer { height: 10px; }

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

a.white { color: white; text-decoration: none; }
a.white:hover { color: white; text-decoration: underline; }

input,textarea { border: 1px solid grey; }
td { vertical-align: top; text-align: left; }




