/* CSS Document */

body { margin: 0px; 
background-image: url(../images/bg2.jpg); 
height: 100%; 
}
table { font-family: Verdana; font-size: 10px; line-height: 150% }
table.main, table.header, table.content { text-align: center; margin-left: auto; margin-right: auto; }
table.main {
margin: 0px; 
background-image: url(../images/bg4.jpg);
height: 100%; 
background-position:Center Center; 
background-attachment:fixed; 
background-color:transparent; 
background-repeat:no-repeat;
 }
a:link, a:visited, a:active { color: #00FF00; text-decoration: none }
a:hover { color: #FF0000; text-decoration: underline; }
.notices { font-size: 10px; }
.subHead { color: #00FF00; font-weight: bold; font-size: 12px }
.padLeft { margin-left: 5px; text-align: left; }
.update { color: #FF0000; }
.copyright { background-color: #555555; color: #FFFFFF; }
.copyright a:link, .copyright a:visited, .copyright a:active { color: #FBFBFB; text-decoration: none }
.copyright a:hover { color: #00CCFF; text-decoration: underline; }
.copyright .cpyHead { color: #00CCFF; font-weight: bold; }
.radioOff { color: #FF0000; }
hr { color: #FF0000; size: 1px; }
.headers { font-size: 16px; font-weight: bold; }