body {font-size: 13px;
		font-family: arial, Helvetica, sans-serif;	
		background-color: #FFFFFF; 
		link: #CCCC99; 
		vlink: #CCCC99; 
		alink: #FFFFFF;	
		}

td {font-size: 13px;
		font-family: arial, Helvetica, sans-serif;
		empty-cells: show;
		}
		
// A:hover {color: red}


A:hover {color: yellow}

.RedText {
	color: red;
}

.WhiteText {
	color: #FFFFFF;
}

.YellowText {
	color: yellow;
}

.PaleBlueText {
	color: #CCFFFF;
}

.whiteheader {
	color: #FFFFFF;
	font-weight: bold;
}

#Layer1 {
	position:absolute;
	z-index:1;
	top: 18px;

