/*------Begin File------*/

body {
margin: 0px;
padding: 0px;
color: #fff;
background-color: #000;
font-family: Times, serif;
font-size: 12pt;
line-height: 16pt;
}



/*------HEADER------*/


#header h1 {
color: #fff;
background-color: #000;
font-size: 125%;
}



/*------NAVIGATION MENU------*/


#nav {
display: none;
}



/*------CONTENT------*/

#content h2 {
color: #fff;
background-color: #000;
font-size: 100%;
}

p {
color: #fff;
background-color: #000;
text-align: justify;
text-indent: .9em;
line-height: 1.25em;
font-weight: normal;
}


img {
display: none;
}


/*------FORM------*/

.form {
display: none;
}



/*------FOOTER------*/

#footer {
display: none;
}

#footerprint {
font-size: 75%;
padding-top: 50px;
}

#valid {
display: none;
}

/*------END FILE------*/
