BODY {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
A.title {
	color: #333333;
}
A.title:hover {
	color: #336699;
}
A.title:link {
	color: #333333;
}
A:visited.title {
	color: #333333;
}
H1 {
	font-size: 20px;
	text-align: left;
}
h2 {
	font-size: 18px;
	text-align: left;
}
h3 {
	font-size: 16px;
	text-align: center;
}
h4 {
	font-size: 16px;
	text-align: left;
}
h5 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
p {
	text-align: left;
	margin-bottom: 2px;
	margin-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
}
ul {
	text-align: left;
}
ol {
	text-align: left;
}
TD.main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
TD.back_box {
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}
.calendar-title {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.calendar-heading {
	background-position: left;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: 700;
}
.calendar {
	text-align: left;
}
.calendar-datetime {
	background-color: #efefef;
	border-bottom: 1px dashed #666666;
	border-right: 1px solid #666666;
	color: black;
	font-size: 11px;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
}
.calendar-event {
	background-color: #FFFFCC;
	border-bottom: 1px dashed #666666;
	color: black;
	font-size: 11px;
	text-align: left;
	white-space: nowrap;
}
.calendar-bigevent {
	background-color: #FFFF99n;
	border-bottom: 1px dashed #666666;
	color: black;
	font-weight: 700;
	font-size: 11px;
	text-align: left;
	white-space: nowrap;
}
h6 {
	font-size: 9pt;
	font-weight: 700;
	margin-bottom: 2px;
	margin-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	text-align: left;
}


.error-msg {
	background-color: #ffcccc;
	border: 1px solid #333333;
	font-size: 10pt;
}
.error-msg h2 {
	font-size: 1.0em;
}
	
