
body,table,th,td,p,a,ul,li,form,pre,img,div,h1,h2,h3 {
 border: 0;
 margin: 0;
 padding:0;
}



body  {
 background:white url(images/bg_body.jpg) top center;
 font:normal 100% sans-serif;
}




a:link    { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:focus   { color:#0099FF; text-decoration:none; }
a:hover   { color:#0099FF; text-decoration:none; }
a:active  { color:#000000; text-decoration:underline; }



#content { text-align:center; padding:30px 0; }
#content h1 { font:bold 130% sans-serif; margin-top:20px; }
#content table { }
#content td { padding-right:5px; padding-top:3px; }

div#footer {
 width:100%;
 background:white url(images/bg_footer.gif) repeat-x;
 text-align:center;
 font-size:76%;
 padding:15px 0;
 margin-top:20px;
}

div#footer img {
 margin:0px 20px;
}


img#corner {
 position:absolute;
 top:0px;
 left:0px;
}



