td.menu {
	border-right : thin solid Black;
	font-family : serif;
	font-size : 12pt;
	color : Black;
	text-decoration : none;
}

a.menu {
	font-family : serif;
	font-size : 13pt;
	color : Black;
	text-decoration : none;
}

a.menu:hover {
	color: blue;
	text-decoration : underline;
}

div.news {
	background-image : Graphics/marquee2.gif;
	background-repeat : no-repeat;
	background-color : transparent;
	background-attachment : fixed;
	background-position : inherit;
}

.content {
	font-family : sans-serif;
	font-size : 12pt;
	padding-left : 10px;
}

.SkedHead {
	background-color : gray;
	color : white;
	font-size : 11pt;
	font-weight : bold;
}

.SkedList {
	background-color : silver;
	font-size : 10pt;
}

.SkedConc {
	background-color : gold;
	color : maroon;
	font-size : 10pt;
	font-weight : bold;
}