/* CSS Document */

body {  
font: 12pt "Times New Roman", Times, serif;
background-color:#fff;
color:#000000;
margin: 0;
padding: 0; 
}

#wrap{
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: 20pt; 
font-weight: bold; 
} 

#moreinfo { 
display:block;
font-size: 10pt; 
font-weight: bold; 
margin-top: 3pt; 
margin-bottom: 5pt; 
text-align:center;
}

#banner {
display:none}

#leftnav {
display:none;
}



#content {
margin-left: 20px;
margin-right:10px;
}

#content img {
display:none;
}

#footer {
display:none;
}

#printfooter { 
border-top: 1px solid #000; 
text-align: left; 
margin-left: 20px;
margin-right:10px;
}
a, a:link, a:visited, a:active, a:hover {
color: #000;
background-color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}


