body {
   background: white;
   font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 11pt; 
line-height: 15px; 
text-align: left;
}

.menucntnr { 
	visibilty: hidden;
	display: none; 
	color: transparent;
	float: none !important;
	background: transparent none;
   }

.menuItem { 
	visibilty: hidden;
	display: none; 
	color: transparent;
	float: none !important;
	background: transparent none;
   } 	 
	 	 
div#logo {
   display: none;
   background: transparent none;
   }
   
div#footernavi {
   display: none;
   }  
   
div#footer {
   width: 650px;
   margin-left: 40px;
   padding-left: 40px;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 10pt; 
line-height: 15px;
text-align: left;
   } 

div#content {
   width: 650px;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 11pt; 
line-height: 15px;
text-align: left;
   } 
      

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: normal;
   text-decoration: underline;
   }
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
