Body{
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-image: url(images/bg.gif);
 background-attachment:fixed;
 background-repeat:repeat-y;
 background-position:center;
 background-color:#EAF7FF;
 font-family:Tahoma;
 font-size:10px;
 }
 a:link{
 text-decoration:none;
 color: #0000FF;
 }
 a:visited{
 text-decoration:none;
 color: #0000FF;
 } 
 a:hover{
 text-decoration:underline;
 color:#FF8000;
 }
 a:active{
 text-decoration:none;
 color:#FF8000;
 }
 table.style01{
 border-collapse: collapse; 
 width:900px;
 background-color:white;
 }
 table.style01 td {
 padding : 0; 
 }
 table.style02{
 background-color:#FFFFFF;
 width:100%;
 border-collapse: collapse; 
 }
 table.style02 td {
 padding : 0; 
 }
td.styleleft{
width:20%;
vertical-align: top;
}
td.styleright{
width:20%;
vertical-align: top;
}
td.stylecenter{
width:60%;
vertical-align: top;
}