BODY {
 background-color: #ffffff;
 color: #777777;
 font-family: arial;
 font-size: 10pt;
 text-align: center;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
    color: blue;
    text-decoration: none;
}

a:active {
    background-color: #E8E6F6; /*yellow;*/
    text-decoration: none;
}

a:hover {
    color: green;
    /*font-weight:bold;
    text-transform: uppercase;
    font-style: italic;*/
    text-decoration: none;
}

a.linkblock:link {
    color: red;
    text-decoration: none;
}

a.linkblock:visited {
    color: red;
    text-decoration: none;
}

a.linkblock:hover {
    color: #800000;
    text-decoration: none;
}


   
table.header {
    border-collapse: collapse;
    border: 0;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 0;
    background: white url('images/bg.gif') repeat-x;
}

td.tbheader {
    height: 50px;
    text-align: center;
    background: white url('images/tb_header.gif') repeat-x;
}
/*.header td, .header th {
    vertical-align: top;
}*/

table.textob {
    border: #999999 1px solid;
    width: 80%;
    padding: 1px;
    text-align: center;
}

.textob td {
    background: white url('images/text_ob.gif') no-repeat;
    background-position: right top;
    padding: 10px;
    text-align: left;
}

table.bodytext {
    border-collapse: collapse;
    border: 0;
    width: 98%;
    padding: 3px;
    text-align: left;
}

.bodytext td {
    vertical-align: top;
}

table.textlink {
    border: #999999 2px solid;
    width: 100%;
    padding: 3px;
    text-align: left;
}

.tablemenu {
    border: #999999 2px solid;
    width: 250px;
    /*padding: 3px;*/
}

.tablecenter {
    border: #999999 2px solid;
    width: 100%;
    /*padding: 3px;*/
}

.tableright {
    border: #999999 2px solid;
    width: 230px;
    /*padding: 3px;*/
}
table.textlink {
    border: #999999 2px solid;
    width: 100%;
    padding: 3px;
    text-align: left;
}

img.menuleft {
    border: 0;
    width: 16px;
    height : 16px;
    text-align: center;
    vertical-align : middle;
}

table.view_sites {
    border: 1px solid #dad8f2;
    padding: 1px;
    width: 98%;
    text-align: center;
    color: black;
    background: white;
}

.view_sites th {
    background: #dad8f2;
    border: 1px solid #cccccc;
}

.view_sites td {
    border: 1px solid #dad8f2;
    vertical-align: middle;
}

.view_sites a.linkblock {
    color:#009900;
    font-family:arial;
    font-size:10pt;
    text-decoration:none;
}

.view_sites a.linkblock:hover {
    color: #01de01;
    text-decoration: none;
}

.view_sites a.linkban {
    color: red;
    text-decoration: none;
}

.view_sites a.linkban:hover {
    color: #800000;
    text-decoration: none;
}

