/* CSS Document */

body {
	background: white;
	font-size: 12pt;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 80%;
   }
#menu {
   display: none;
   }
.navBar {
	display: none;
	}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
.lNews {
	display: none;
}
.midBar {
	display: none;
}
.footer {
	display: none;
}
.content2 {
	background-color: #FFFFFF;
}

