a:link, a:visited {
  color: #0066FF;
  text-decoration: underline;
  font-weight: normal;
}

body {
	background-color: white;
    color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h1           {
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
h2           {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
h3           {
    font-size: 11pt;
    color: #000000;
    font-weight: bold }

.smalltext		{ color: #000066; font-family: Verdana, Arial; font-size: 9px; }
.notice      	{ font-family: Verdana, Arial; color: #999999; font-size: 11px; }
.mandatory 	{
	color: #FF0000; 
	}
.mandatorySmall {
     color: #FF0000;
	 font-size: 9px;
}
	
#menulink, #bNavBar, #AccLogos, #topHead, #author {
  display: none;
}

.floatleft { 
     display: none
     }

.floatright {
	 display: none
     } 
