/*--------------------------18 July 2006 4:03 pm------------------*/
body
{
margin: 0;
padding: 0;
}
a:link
{
color: #000000;
background-color: transparent;
text-decoration: none;
}
a:visited
{
color: #000000;
background-color: transparent;
text-decoration: none;
}
a:hover
{
color: #0000ff;
background-color: transparent;
}
a:active
{
color: #0000ff;
background-color: transparent;
}
/*-----------------------------DIVS-----------------------*/

div.hdr
{
position: absolute;
padding-top:1px;
padding-bottom:3px;
margin-top: 0;
}
h1.hdr {
margin-top: 0;
text-align: center;
font-weight: normal;
color: #000000;
font-size: .6em;
font-family:tahoma, arial, helvetica, geneva, sans-serif;
}
/* Removes default top margin from left/right column paragraphs in Mozilla */

div > p {
margin-top: 0;
}

