		BODY { 
			background: white; 
			color: black;
		}
		H1 { 
			font-family: sans-serif;
			color: #000099;
		} 
		#headline {
			text-align: center;
		}

		H3 { 
			font-family: sans-serif;
			color: #000099;
		} 
		#headline {
			text-align: center;
		}

		A:link { 
			text-decoration: underline 
			
		}

		TR {
			background: white; 
		}
		TR.highlightone { background: #d6b4e8; }
		TR.highlighttwo { background: #e8e7b4; }


		TH { 
			vertical-align: baseline;
			background: #000099;
			color: white;
		}
		TH.highlightone { 
			color: black;
			background: #d6b4e8; 
		}
		TH.highlighttwo { 
			color: black;
			background: #e8e7b4; 
		}
		
		TD { 
			vertical-align: middle ;
			color: black;
		}

		TD.highlightone { background: #d6b4e8; }
		TD.highlighttwo { background: #e8e7b4; }

		TD.bottom {
			vertical-align: bottom;
		}


		TD.navtabselected {
			background: #000099;
			color: white;
			font-family: sans-serif;
			text-align: center;
		}

		TD.navtab {
			background: #e0e0e0;
			color: black;
			font-family: sans-serif;
			text-align: center;
		}

		A.cleanlink {
			text-decoration: none;
			color: #000099;
		}

