body {
	font-family: Arial, Helvetica, sans-serif;
	border : 0;
	margin : 5;
	padding : 5;
	font-size : .8em;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	margin-left: 3px;
}
a  {
	text-decoration: underline;
	color : #0000CD;
	}
a:hover {
	text-decoration: blink;
	color: Maroon;
	}
.calendar-bg {
	color : Black;
	background-color: White;
}
.tableheader, th, .calendar-head  {
	font-weight: bold;
	color: White;
	border-color : #7C7CC7;
	background-color: #8B0000;
}
.calendar-day {
	height : 5em;
	vertical-align : top;
	font-size : 80%;
	color: Navy;
	background-color: White;
}
.calendar-date {
	font-size : 90%;
	color: Navy;
	background-color: White;
}
 .calendar-cell {
	color: Black;
	background-color: White;
}
a.calendar-cell {
	background-color: White;
	font-weight: bold;
	color: Navy;
}
p 	{
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
	color: Black;
	}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: Navy;
	margin: 1px;
}
h2 {
        font-size: 120%;
        font-weight: bold;
        color: #00008B;
}
h3 {
        font-size: 110%;
        font-weight: bold;
        color: #0000CD;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: Blue;
}
.nav	{  color: Navy; }
.menu, .calendar-title {
	font-size : 90%;
	font-weight: bold;
	color: White;
	text-decoration: none;
	background-color: #8B0000;
	padding-left: 10px;
	padding-right: 10px;
	}
 a.menu, a.calendar-title {
	font-size : 90%;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
	background-color: White;
}
.menu:hover, .calendar-title:hover {
	font-size : 90%;
	font-weight: bold;
	color: #B22222;
	text-decoration: none;
	background-color: White;
	padding-left: 10px;
	padding-right: 10px;
	}
	.menuSel, .menuSel:hover {
		background-color: Yellow;
		color: #8B0000;
		font-size: 90%;
		font-weight: bold;
		text-decoration: none;
		padding-left: 10px;
		padding-right: 10px;
		}
.subMenu {
	color: Navy;
	font-weight: bold;
	text-decoration : none;
	font-size : 80%;
	background-color: #c1c1e8;
	padding-left: 16px;
	display: block;
}
.subMenu:hover, .subMenuSel:hover {
	color: #0000CD;
	font-weight: bold;
	text-decoration: underline;
	font-size : 80%;
	background-color: #c1c1e8;
}
.subMenuSel {
	color: Navy;
	font-weight: bold;
	text-decoration : none;
	font-size : 80%;
	background-color: #c1c1e8;
	padding-left: 16px;
	display: block;
}
.sidehead {
	background-color : #336699;
	color : White;
	font-weight : bold;
	margin-bottom : .18em;
	padding-top : .18em;
	padding-bottom : .18em;
	padding-left : .4em;
	text-align: left;
}
.sidehead:hover {
	color: White;
	text-decoration: none;
	text-align: left;
}
.sidebar {
        color : Navy;
        background-color : White;
        width : 180px;
        text-align: left;
        vertical-align: top;
                }
.tab    {
	margin-left: 2em;
	margin-right : .1em;
}
.footer {
	font-weight: bold;
	color: White;
	background-color : #cc3333;
	text-decoration : none;
}
.footer:hover {
	font-weight: bold;
	color: #B22222;
	text-decoration: underline
}
.folder {
	list-style-type: none;
	margin-left: 6px;
	padding-left: 6px;
}
.folder-dir {
	list-style-type: none;
	list-style-image:    url(util/foldericon.gif);
}
.folder-file {
	list-style-position: outside;
	list-style-image:    url(util/preview.gif);
	list-style-type: none;
}
