/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #E9F0DD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
a {
	font-weight: bold;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
.cellOff {
	background:#F5F9F0;
	cursor: default;
}
.cellOn {
	background:#E9F0DD;
	cursor:pointer;
}
.style4 {font-size: 12; font-weight: bold; }
.dirOff {
	background:#E9F0DD;
	border-top: solid;
	border-top-color:#AAAAAA;
	cursor: default;
}
.dirOn {
	background:#F5F9F0;
	border-top: solid;
	border-top-color:#CC9900;
	cursor:pointer;
}
.style7 {
	font-size: 14px;
	font-style: italic;
}
.bluebar {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.leftbar {
	background-color: #F5F9F0;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #666666;
}
