a.leftNavLink { 
     font-family: Helvetica, sans-serif; 
     padding-left: 3px; 
     padding-top: 8px; 
     padding-bottom: 7px; 
     padding-right: 3px; 
     font-size:13px; 
     width: 172px;
     text-decoration: none; 
     line-height: 8px; 
     font-variant: small-caps;
	 font-weight: bold;
} 
a.leftNavLink:link {  
     color: white;  
} 
a.leftNavLink:visited {  
     color: white;  
}  
a.leftNavLink:hover {  
     text-decoration: none; 
     color: #AC1FDB;  
     background-color: white; 
}


.header { 
     font-family: Helvetica, sans-serif; 
     padding-left: 3px; 
     padding-top: 8px; 
     padding-bottom: 7px; 
     padding-right: 3px; 
     font-size:24px; 
     text-decoration: none; 
     line-height: 20px; 
     font-variant: small-caps;
	 font-weight: bold;
	 color: #EB1BBA;
} 

.mainContent {
	text-align: left; 
	vertical-align: top; 
	font-family:Tahoma; 
	font-size:11px;
	color:#5E5D5D;
    padding-left: 3px; 

}

div.button {
	color: black ;
	background: #949494 ;
	border: 1px groove #949494;
	margin: 0px 0px 0px 0px;
	font-family : Arial;
}
a.menubutton {
	text-decoration: none ;
	color: white ;
	background: #949494;
	display: block ;
 	padding : 3 3 3 3;
}
a.menubutton:visited {
	text-decoration: none ;
	color: white ;
	background: #949494 ;
}
a.menubutton:active {
	text-decoration: none ;
	color: white ;
	background: #A5A5A5 ;
	background-color : Silver;
}
a.menubutton:hover {
	text-decoration: none ;
	color: white ;
	background: #A5A5A5 ;
	background-color : Silver;
}