@charset "UTF-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:100;
color:#FFFFFF;

}


#heading1 {
font-size: 16px;
font-weight:bold;
height:1em;
}

#header, #center, #center2  {
padding-left:0.5em;
padding-right:0.5em;
font-size:12px;
}

#center {
width:100%;
height:400px;
overflow:auto;
}

a, a:visited {
text-decoration: underline;
color:#FFFFFF
}

a:hover{
text-decoration:overline;
}

#white {
border-collapse:collapse;
border:thin;
border-bottom-color:#FFFFFF;
}

#float {
width: 99%;
height: 490px;
padding-left: 5px;
padding-right: 5px;
border-style:hidden;
float: left;
/*background-color:#FFFFFF;
color:#000000;
*/
overflow: auto;


}