body {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-top : 0px;
	margin-left : 0px;
}

a, a:link, a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

ul {
	list-style-type : square;
}

sup {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
}

input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

hr {
	color : #6665FF;
}

.error {
	color : #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.numberinput {
	text-align : right;
}

.tdshaded {
	background-color : #EEE7D7;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.tdheader {
	background-color : #ADA692;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.mainheader {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.calBackground {
	background-color : #CCCCCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.calToday {
	background-color : #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
}

.eventBackground {
	background-color : #C1C1E8;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.navbarHome {
	position : absolute;
	background-color : #FF99FF;
	width : 110px;
	height : 430px;
	top : 4px;
	left : 5px;
}

.newsbackground {
	background-color : #C1C1E8;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	height : 375px;
	padding : 5px;
	border-style : ridge;
	border-width : 1px;
	border-color : #CCCCCC;
}

.rightbarlinks {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	padding-left : 8px;
	padding-bottom : 0px;
}

.navitem {
	position: absolute;
	font-face : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #6665FF;
	padding-left : 5px;
	padding-bottom : 1px;
	text-decoration : none;
	width : 115px;
	height : 20px;
	border-style : solid;
	border-width : 0px;
	border-top-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 2px;
}

.navitem:hover {
	background-color : #C1C1E8;
	text-decoration : none;
	color : #000000;
	border-color : #000000;
	border-right-width : 2px;
}

.navitemselected {
	width : 115px;
	height : 20px;
	font-face : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #40A0A0;
	padding : 3px;
	text-decoration : none;
}

.navbarHomeNN {
	position : absolute;
	background-color : #FF99FF;
	width : 110px;
	height : 430px;
	top : 4px;
	left : 5px;
	border-style : none;
	border-width : 1px;
}

.navitemNN {
	font-face : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #6665FF;
	text-decoration : none;
	padding : 3px;
	width : 115px;
	height : 10px;
	border-style : none;
	border-width : 1px;
}

.buttongrey {
	width : 75px;
	font-weight : bold;
	background-color : #C1C1E8;
	text-decoration : none;
	color : #000000;
	border-color : #000000;
}

.buttonred {
	width : 75px;
	font-weight : bold;
	background-color : #800000;
	text-decoration : none;
	color : #FFFFFF;
	border-color : #000000;
}

.buttongreen {
	width : 75px;
	font-weight : bold;
	background-color : #008080;
	text-decoration : none;
	color : #FFFFFF;
	border-color : #000000;
}

.buttongreenlarge {
	width : 200px;
	font-weight : bold;
	background-color : #008080;
	text-decoration : none;
	color : #FFFFFF;
	border-color : #000000;
}

.bodycopyreverse {
	font-family : Arial;
	font-size : 10pt;
	color : #FFFFFF;
}

.bodycopysmall {
	font-family : Arial;
	font-size : 8pt;
	color : #000000;
}

.formBackground {
	font-family : Arial;
	font-size : 9pt;
	color : #000000;
	background-color : #EEE7D7;
}

.formBackgroundHeader {
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #ADA692;
}

a:hover.formBackgroundHeader {
	color : #FFFFFF;
}

.formBackgroundAdmin {
	font-family : Arial;
	font-size : 9pt;
	color : #000000;
	background-color : #E1E1E1;
}

