
*
{
   margin:0px;
   padding:0px;
}

html { 
position: relative;
min-height: 100%;
}

body { 
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
text-align: left;
color:#ffffff;
background-color: #000000; 
}


#top
{
width: 100%;
position:relative;
z-index:20;
height:40px;
background-color: #ff7800; 
}


A:LINK, A:VISITED, A:ACTIVE {
 color: #ffffff;
 text-decoration: none;
}

A:HOVER {
 color: #b4c6d2;
 text-decoration : none;
}


A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}