	.C1 {
		color : FFFFDD;
		text-align : center;
		font-family : sans-serif;
		font-size : x-large;
		font-weight : bold;
	}
	.C2 {
		/* background-color : FFFFDD; */
		/* text-align : center; */
		font-family : sans-serif;
		font-size : large;
		font-weight : normal;
		color : FFFFDD;
	}
	.C3 {
	/* background-color : FFFFDD;
	text-align : center;
	*/
	font-family : sans-serif;
	font-size : medium;
	font-weight : normal;
	color : White;
}
	.C4 {
		/* background-color : FFFFDD; 
		text-align : center; */
		font-family : sans-serif;
		font-size : small;
		font-weight : normal;
		color : White;
	}
	.C5 {
		/* background-color : FFFFDD;
		text-align : center;  */
		font-family : sans-serif;
		font-size : x-small;
		font-weight : normal;
		color : White;
	}
	.C5Y {
		/* background-color : FFFFDD;
		text-align : center;  */
		font-family : sans-serif;
		font-size : x-small;
		font-weight : normal;
		color : FFFF99;
	}
	.C6 {
		/* background-color : FFFFDD;
		text-align : center;  */
		font-family : sans-serif;
		font-size : xx-small;
		font-weight : normal;
		color : White;
	}
	.C3C { /* centered */
		/* background-color : FFFFDD; */
		text-align : center;  
		font-family : sans-serif;
		font-size : medium;
		font-weight : normal;
	}
	.C4C { /* centered */ 
		/* background-color : FFFFDD; */
		text-align : center; 
		font-family : sans-serif;
		font-size : small;
		font-weight : normal;
	}
	.C3CB { /* centered and bold */
		/* background-color : FFFFDD; */
		text-align : center;  
		font-family : sans-serif;
		font-size : medium;
		font-weight : bold;
	}
	.C3_YELLOW { /* centered, light yellow background */ 
		color : FFFF99;
		/* text-align : center;  */
		font-family : sans-serif;
		font-size : medium;
		font-weight : normal;
	}
	.C5_YELLOW { /* centered, light yellow background */ 
		background-color : FFFF99;
		text-align : center; 
		font-family : sans-serif;
		font-size : x-small;
		font-weight : normal;
	}
	.C1_FANCY {
		filter: DropShadow(Color=#FF00FF, OffX=3, OffY=3);
		background-color : FFFFDD;
		text-align : center;
		font-family : sans-serif;
		font-size : x-large;
		font-weight : bold;
	}
	.C_ZERO_DROP { 
		font-size : xx-large;
		font-weight : bold; 
		filter: DropShadow(Color=#996699, OffX=3, OffY=3); 
		z-index:3;
	}
.links { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	color: #CDFFFB
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	color: #FF8B22; 
	text-decoration: none
}
.C_SIDE_NAV_OLD { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	color: #3FFFFF
}
.C_SIDE_NAV_OLD:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	color: #FDFDFF; 
	text-decoration: none
}
.C_SIDE_NAV { color: #3FFFFF; font-weight: normal; text-decoration: none; background-color: #57196b; margin: auto; padding: 4px; text-align:center; border-style: outset; border-width: 2px; border-color: #aaaaaa #696969 #696969 #aaaaaa; width: 100 }
.C_SIDE_NAV:hover  { color: #FDFDFF; font-weight: normal; text-decoration: none; background-color: #782c8b; margin: auto; padding: 4px; text-align:center; border-style: inset; border-width: 2px; border-color: #696969 #aaaaaa #aaaaaa #696969; width: 100 }

