		a.menu:link { 
		color:blue;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration:  none;
		}

		a.menu:visited { 
		color:blue;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration:  none;
		}

		a.menu:hover {
		color: red;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration:  underline;
		} 


		a.menuwhite:link { 
		color:white;
		font-size: 12pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration:  none;
		}

		a.menuwhite:visited { 
		color:white;
		font-size: 12pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration:  none;
		}

		a.menuwhite:hover {
		color: yellow;
		font-size: 12pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration:  underline;
		} 

		
		span.menuwhite {
		color: white;
		font-size: 12pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		}		

		span.bodytext {
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		}		

		span.headerbodytext {
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: underline;
		}		

		span.lightbodytext {
		font-size: 9pt;
		color:black;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		}		

		span.big {
		font-size: 14pt;
		color:black;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		}		

