BODY {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}
.bodyLarger {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
}
td {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
}
a:link, a:visited, a:focus, a:active, a:hover {
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
.heading1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #073163; 
	padding: 2px;
	padding-left: 5px;
	background: #FC3 url(images/bg_heading.gif) no-repeat top right;
}

.heading1 a:link, .heading1 a:visited, .heading1 a:focus, .heading a:active, .heading1 a:hover{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #073163; 
}

.heading1-red {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #F00;
	padding: 2px;
	padding-left: 5px;
	font-size: 14px;
	background: #FC3 url(images/bg_heading.gif) no-repeat top right;
}

.heading2 { font-size: 13px; font-weight: normal; color: #000000; margin-top: 5px; margin-bottom: 5px; }
.greenNotice {
	margin-top: 0px; font-size: 100%;
	background-color: #99CB34; COLOR: #000000;
	BORDER: 1px solid #008800; PADDING: 2px;
	margin-bottom: 8px;
}
.redNotice {
	margin-top: 0px; font-size: 100%;
	background-color: #FFAAAA; COLOR: #000000;
	BORDER: 1px solid #880000; PADDING: 2px;
}
.listHeader {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}
.listHeader a:link { color: #FFF }
.listHeader a:visited { color: #FFF }
.listHeader a:hover { color: #FF0 }
.listHeader a:active { color: #FF0 }
.listRow {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
}
.listRow-ruled {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	background:#EB8510;
}
.calendarDay {
	FONT-SIZE: 10px;
	PADDING: 2px; BORDER: 1px solid #BBB;
}
.calendarDayBusy {
	BACKGROUND-COLOR: #DDDDDD;
	FONT-SIZE: 10px;
	PADDING: 2px; BORDER: 1px solid #003366;
}
.calendarToday {
	BACKGROUND-COLOR: #b2bbe1;
	FONT-SIZE: 10px;
	PADDING: 2px; BORDER: 1px solid #BBB;
}
.NavHeading{
	font-size : 14px;
	font-weight : bold;
	height: 26px;
	margin-left:0px;
	margin-top:3px;
	padding-top:10px;
	padding-left:8px;
	background-color: #FFCC33;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color : #073163;
}
#subNavCell{
	background: #073163;
	height: 100%;
}

#subNavCell ul {
	font-size : 12px;
	margin: 0px;
	list-style: none;
	padding: 0px;
	background-color: #073163;
}
#subNavCell ul li {
	font-size : 12px;
	display: block;
	width: 100%;
	padding: 3px;
	width: auto; /* Netscape, etc, fix */
	border-bottom: 1px solid #386294;
}

#subNavCell ul li a:link, #subNavCell ul li a:visited  {
	font-size : 12px;
	display: block;
	width: 100%;
	width: auto; /* Netscape, etc, fix */
	text-decoration: none;
	padding: 2px;
	padding-left: 8px;	
	color: #fff;
}

#subNavCell ul li a:hover{
	color: #6CF;
}

#subNavCell ul li a:active, subNavCell ul li a:focus {
	color: #FC3;
}
