body {
    background: url('/img/bg_blue.jpg') #00040A repeat-x right top;
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Tahoma;
    color: #FFF;
 }

a, a:link, a:visited {
    color: #FFF;
    text-decoration: none;
 }


a:hover {
    text-decoration: underline;
 }

body, td {
    font-size: 12px;
 }

table.main {
    background: url('/img/stars.gif');
 }



div.block {
    background: #071D44;
    border: #FFF 1px solid;
    padding: 20px;
    color: #FFF;
    font-size: 11px;
    position: relative;
    top: -25px; left: 5px; z-index: 10;
 }


div.star {
    position: relative; 
    z-index: 50; 
    height: 50px; width: 49px; 
    margin-left: 20px;
    background: url('/img/star.gif') no-repeat;
 }


div.main {
    position: relative;
    z-index: 100;
    width: 95%;
    padding: 10px;
    background: #1F3A6D;
    border: #FFF 1px solid;
    color: #FFF;
 }

div.middle {
    position: relative;
    z-index: 20;
    height: 160px;
    padding-top: 20px;
    width: 70%;
 }

div.topadv {
    font-weight: normal;
    font-size: 12px;
 }

h1 {
    position: relative;
    color: #FFF;
    font-size: 18px;
    margin-bottom: 4px;
    width: 70%;
 }

h2 {
    color: #FFF;
    text-decoration: underline;
    font-size: 16px;
    margin: 4px 0px 4px 0px;
 }

h3 {
    position: relative;
    background: url('/img/h3item.gif') no-repeat left top;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 4px;
    border-bottom: #FFF 1px solid;
 }


td.spacer, td.spacer img {
    width: 15px;
  }


.footer {
    height: 100px;
    background: url('/img/footer.gif') no-repeat bottom right;
 }


td.botmenu {
    color: #FFF;
    padding: 20px;
    font-size: 11px;
 }

td.botmenu a, td.botmenu a:link, td.botmenu a:visited {
    color: #82A3DE;
    font-weight: bold;
    white-space: nowrap;

 }

div.nav {
    position: relative;
    z-index: 100;
    width: 70%;
    font-size: 11px;
 }


div.nav div {
    background: url('/img/nav_item.gif') no-repeat left top;
    margin-left: 20px;
    padding-left: 15px;
    height: 18px;
 }

div.nav a, div.nav a:link, div.nav a:visited {
    padding: 3px;
    font-weight: bold;
 }
div.nav a.selected, div.nav a.selected:link, div.nav a.selected:visited {
    color: #FFF;
    background: #999;
 }


table.table {
    width: 80%;
/*    border-left: #FFF 1px solid;
    border-top: #FFF 1px solid;*/
 }

table.table td {
/*    border-bottom: #FFF 1px solid;
    border-right: #FFF 1px solid;*/
    padding: 3px 5px 3px 5px;
 }


div.dig {
    clear: both;
    float: left;
    font-size: 17px;
    background: url('/img/circle.gif') no-repeat left top;
    width: 40px; height: 40px;
    text-align: center;
    padding-top: 7px;
    margin-right: 4px;
    vertical-align: top;
 }

img.img {
    border: #CCC 1px solid;
    float: left;
 }


.small {
    font-size: 11px;
    font-weight: bold;
 }

table.vtbl {
    width: 100%;
 }

table.vtbl td {
    font-size: 11px;
    padding: 3px;
    margin:3px;
    border-bottom: #FFF 1px solid;
 }

table.vtbl td img {
    border: #FFF 1px solid;
 }


table.tbl {
    width: 80%;
    border-left: #FFF 1px solid;
    border-top: #FFF 1px solid;
 }

table.tbl td {
    border-bottom: #FFF 1px solid;
    border-right: #FFF 1px solid;
    padding: 3px 5px 3px 5px;
 }
