body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fdfdf1;
	border : 0;
	font-size : .8em;
	margin: 5px 5px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
li {
	margin-left: 3px;
}
a  {
	text-decoration: underline;
	color : Navy;
	font-weight : bold;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
	color: #8B4513;
	font-weight : bold;
	font-size: 14px;
}
.calendar-bg {
	background-color: #003366;
}
.tableheader, th, .calendar-head  {
	font-weight: bold;
	color: #FFFFFF;
	background-color : #003366;
	border-color : #7C7CC7;
}
.calendar-day {
	background-color: #FFFFFF;
	height : 5em;
	vertical-align : top;
	font-size : 80%;
}
.calendar-date {
	background-color: #FFFFFF;
	font-size : 90%;
}
 .calendar-cell {
	background-color: #FFFFFF;
}
a.calendar-cell {
	background-color: #FFFFFF;
	font-weight: bold;	
}
p 	{
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
	font-size: 14px;
}
h1 {
	font-size: 19px;
	font-weight: bold;
	color: #73390F;
	margin: 1px;
}
h2 {
        font-size: 17px;
        font-weight: bold;
        color: #8B4513;
}
h3 {
        font-size: 16px;
        font-weight: bold;
        color: #A85517;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #BB6135;
}
}
.nav	{  color: #003366; }
.menu, .calendar-title {
	font-size : 90%;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
	background-color: #99cccc;
	padding-left: 8px;
	padding-top: 3px;
	width: 200px;
}
 a.menu, a.calendar-title {
	font-size : 90%;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
	background-color: #99cccc;
}
.menu:hover, .calendar-title:hover {
	font-size : 90%;
	font-weight: bold;
	color: Blue;
	text-decoration: none;
	background-color: #d1e5ef;
	padding-left: 8px;
	padding-top: 3px;
	width: 200px;
}
.menuSel, .menuSel:hover {
	font-size : 90%;
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
	background-color: #99cccc;
	padding-left: 8px;
	padding-top: 3px;
	width: 200px;
}
.subMenu {
	color: White;
	font-weight: bold;
	text-decoration : none;
	font-size : 80%;
	background-color: #003366;
	padding-left: 16px;
	display: block;
}
.subMenu:hover, .subMenuSel:hover {
	color: #ffcc66;
	font-weight: bold;
	text-decoration: underline;
	font-size : 80%;
	background-color: #003366;
}
.subMenuSel {
	color: #ffcc66;
	font-weight: bold;
	text-decoration : none;
	font-size : 80%;
	background-color: #003366;
	padding-left: 16px;
	display: block;
}
.sidehead {
	color : Maroon;
	font-weight : bold;
	margin-bottom : .18em;
	padding-bottom : .18em;
	padding-left : .4em;
	font-size: 16px;
	}

.sidebar {
        color : Black;
                padding-left : .4em;
        padding-right : .4em;
        width : 190px;
                text-align: left;
}
.tab    {
	margin-left: 2em;
	margin-right : .1em;
}
.footer {
	font-weight: bold;
	font-size: 10px;
}
.folder {
	list-style-type: none;
	margin-left: 6px;
	padding-left: 6px;
}
.footer:hover {
	font-weight: bold;
	font-size: 10px;
}
.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;
}