body {
	background-color : #ffffff;
	margin : 0px;
}
a {
	text-decoration : none;
	color : #808080;
}
.subNavigation {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #808080;
	text-decoration : none;
	text-align : right;
	padding-bottom : 4px;
}
.subNavigationLink {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #808080;
	text-decoration : none;
	padding-bottom : 4px;
}
.subNavigationLink:hover {
	text-decoration : underline;
	color : #444444;
}
.navigationLink {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-variant : small-caps;
	color : #ffffff;
	text-decoration : none;
	text-align : center;
}
.navigationLink:hover {
	color : #ffff00;
}
.heading {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-variant : small-caps;
	text-align : left;
	color : #ffffff;
	padding : 4px;
}
.headingRight {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-variant : small-caps;
	text-align : center;
	color : #ffffff;
	padding : 4px;
}
.bodySmall {
	font-family : arial, helvetica, sans-serif;
	font-size : 9px;
	text-align : justify;
	color : #666666;
}
.bodySmallLink {
	font-family : arial, helvetica, sans-serif;
	font-size : 9px;
	text-align : justify;
	text-decoration : none;
	color : #808080;
}
.bodySmallLink:hover {
	text-decoration : underline;
}
.bodyText {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	text-align : justify;
	color : #444444;
}
.bodyLink {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : justify;
	text-decoration : none;
	color : #ff8080;
}
.bodyLink:hover {
	text-decoration : underline;
}
.disclaimerText {
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	color : #808080;
}
.disclaimerLink {
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : #808080;
}
.disclaimerLink:hover {
	text-decoration : underline;
}
.calendarHead {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
	color : #ffffff;
	background-color : #7b68ee;
	border : solid 1px #c0c0c0;
}
.calendarItem {
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-align : left;
	vertical-align : top;
	height : 100px;
	color : #444444;
	border : solid 1px #c0c0c0;
	padding : 4px;
}
.calendarItemEntry {
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-align : left;
	vertical-align : top;
	background-color : #ff0000;
	height : 100px;
	color : #ffffff;
	border : solid 1px #c0c0c0;
	padding : 4px;
}
.calendarDate {
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : right;
	color : #7b68ee;
	background-color : #ffffff;
	border : solid 1px #c0c0c0;
	padding : 2px;
}
.notesHeading {
	font-family : arial, helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-align : left;
	color : #444444;
}
.notesText {
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
	color : #444444;
}
