/* style sheet */
body {background-color: #000000;}
body, table, td, form, input, button, select, pre {font-family: Arial; font-size: 12px; color: #000000;}

/* Modified to make default link behave differently */
a {color: #006699; text-decoration: underline; font-weight: bold}
a:hover {font-weight: bold; }

a.header {color: #666666; line-height: 16px; font-size=11px; text-decoration: none; font-weight: normal}
a.footer {color: #000000; font-size=11px; text-decoration: none; font-weight: normal}
a.menu {color: #FFFFFF; font-size=11px; text-decoration: none; font-weight: normal}

td.footer {padding-left: 5px; color: #000000; font-size=11px; text-decoration: none; font-weight: normal}

.tinyTitle {color: #666666; font-size=11px; line-height: 10px; font-weight: normal}
.pageTitle {font-size: 18px; color: #0000A0; font-weight: bold;}
.pageTitleSub {font-size: 13px; color: #0000A0; font-weight: bold;}

.hidden { visibility:hidden; }
.visibile { visibility:visible; }
.hide {position:absolute; visibility:hidden;}
.show {position:absolute; visibility:visible;}

.noul A { text-decoration: none; }

.gray {color: gray}

.nounderline A {text-decoration:none}

.REQ { color:red; font-size:150%; font-style:bold; }

.version { font-size: 9px; float: right; padding: 0px; margin: 0px; }
