/* CSS Document */


body {  
font: 12pt "Times New Roman", Times, serif;
background-color:#fff;
color:#000000;
margin: 0;
padding: 0; 
}


#container
{
width: 90%;
margin: 0;
background-color: #fff;
color: #333;
line-height: 130%;
}

#printtop { 
margin: 15pt 15pt 7pt 15pt; 
border-top: 2pt solid #666666; 
border-bottom: 2pt solid #666666;
font-size: 12pt; 
font-weight: bold; 
}

#pagetitle {
text-align:center;
}

#pagetitle h1{ 
margin-top: 5pt; 
font-size: 30pt; 
font-weight: bold; 
} 

#moreinfo { 
font-size: 10pt; 
font-weight: bold; 
margin-top: 3pt; 
margin-bottom: 5pt; 
text-align:center;
}

#topright, #top, #gallery, #nav, #footer {
display:none;
}
#content {
float: none !important;
}

#pad {
margin-left: 20px;
margin-right:10px;
float: none !important;
}

#pad img.noshow {
display: none;
} 



h1 {
font-size: 15pt;
}

a, a:link, a:visited, a:active, a:hover {
color: #000;
background-color:#FFFFFF;
text-decoration: underline;
}






