/* CSS Document */

body { 
background-color:white;
margin-top:10px;
margin-bottom:0px;
margin-right:3px;
margin-left:3px;
overflow:hidden;
} 

.tablebottom { 
border-top-color:#666666;
border-top-style:solid;
border-top-width:1px;
font-family:verdana;
font-size:11px;
color:#999999;
}

.header { 
font-family:verdana;
font-size:13px;
font-weight:bold;
color: #666666;
}

.text { 
font-family:verdana;
font-size:11px;
font-weight: normal;
color:#666666;
}

a:link { 
color:#999999; 
text-decoration:none;
text-decoration:underline;
}

a:visited { 
color:#999999; 
text-decoration:underline;

}

a:hover {
color:#E7EC15;
text-decoration:underline;
} 


