BODY { 	background: #000000; 
	font-family: verdana,arial,sans-serif;
	font-size: x-small;
	color: #64afaf }
A { color: white }
	.footer { font-size: x-small }
	.footer2 { font-size: xx-small }
	.NavTextLink { font-size: x-small; color: black }
	.NavTextLink:Hover { color: blue }
	.BodyTextLink { font-size: x-small; color: #64afaf }
	.NewsTextLink { font-size: x-small; color: white }
	.NewsTextLink:Hover { color: black }
	.cal { color: blue }
	.cal:Hover { color: black }
A:Hover { color: gray }
TD { font-size: x-small }
	.nav { width: 125px; color: black; background: #cceeff }
	.new { width: 185px; color: black; background: #00aacc }
	.calh { color: #e1e1e1; background: blue }
	.cald { font-size: x-small; color: black; background: #e1e1e1; vertical-align:top }
	.cald2 { font-size: x-small; color: black; background: #cccccc; vertical-align:top }
TR { }
	.h { background: #999999; color: white }
	.d { background: #cccccc; color: black }
DIV { font-size: x-small }
	.news { width: 350px }
	.head { color: white; background: black }
	.header { text-align: center }
	.title { color: black }
	.grayfade { width=100%;
		color: black;
		font-weight: bold;
		background: gray; 
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFCCCCCC', EndColorStr='#FF999999');
	}
	.bluefade {width=100%;
		color: black;
		background: gray; 
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFCCEEFF', EndColorStr='#FF00AACC');
	}