body{
    background-color: #FFFFFF;    
}

body, div, td, th, p, h1, input, textarea, select {
    font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
    font-size: 12px;    
    padding: 0px;
    margin: 0px;
    color: #666666;
}

ul {
    margin: 5px 0px 5px 20px;
    padding: 0px;
}

p {
    padding-bottom: 10px;
}

table{
    border-collapse: collapse;
    border: none;
}

img{
    border: none;
}

a{
    color: #666666;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color: #00A8DE;
}

h1{
    color: #00A8DE;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;    
    border-bottom: 1px solid #CCCCCC;
}

h1 a{
    text-decoration: none;
}

h2{
    color: #00A8DE;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;    
    margin-top: 0px;
}

h3{
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
    margin-bottom: 10px;
}

/* body */
div.page{
    margin: auto;
    width: 800px;
    background-color: #FFFFFF;
}

div.subpage {
    padding: 0px 45px 0px 45px;
}

/* header */
div.header{
    text-align: left;
    background-color: #FFFFFF;
    background-image: url("../img/topbg.gif");
    background-repeat: repeat-x;    
    height: 116px;
}

table.topmenu th {
    width: 2px; 
    height: 34px; 
    background-image: url("../img/menubr.gif");
    background-repeat: no-repeat;    
    background-position: center;    
    padding: 0px 11px 0px 11px;
}

table.topmenu tr {
    vertical-align: bottom;
}

table.topmenu td {
    padding-bottom: 8px;
}

table.topmenu a, table.topmenu a:visited {
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

table.topmenu a:hover, table.topmenu a:active  {
    color: #ffffff;
    text-decoration: underline;
}

td.topslogo {
    text-align: left;
    padding: 32px 0px 0px 39px;
}

td.topsmenu {
    text-align: right;
    padding: 50px 45px 0px 0px;
}

td.topstitle {
    color: #666666;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    padding-right: 47px;
    height: 32px;    
}


div.content {
    padding: 5px 0px 5px 10px;
}

div.footer {
    border-top: 1px solid #CCCCCC;
    padding: 5px;    
}

div.footer td {
    font-size: 10px;
}


.error {
    color: red;
}

.ok {
    color: green;
}

table.menu td.main{
    background-image: url("../img/mmain.gif");
    background-repeat: no-repeat;     
    height: 26px; 
    width: 196px;        
    font-size: 11px;
    font-weight: bold;    
    text-align: right;
    vertical-align: middle;
}

table.menu td.main div {
    font-size: 11px;
    color: #ffffff;
}

table.menu td.simple div {
    font-size: 11px;
    color: #000000;
}


table.menu td.simple {
    height: 22px;
    width: 196px;
    font-size: 10px;
    font-weight: bold;
    background-color: #F3F3F3;
    background-image: url("../img/msimple.gif");
    background-repeat: repeat-x;         
}

table.menu td.simple a, table.menu td.simple a:visited {
    color: #666666;
    text-decoration: none;
}

table.menu td.simple a:hover, table.menu td.simple a:active {
    color: #666666;
    text-decoration: underline;
}

table.menu td.br {
    height: 29px;
}

td.featured {
    background-image: url("../img/fbg.gif");
    background-repeat: repeat-y;       
    padding:5px;  
}