body {
	margin : 0px;
	color : #000000; 
	background-color : #ffffff;
	font-family : serif;
	font-size : 12pt;
}
A {
	text-decoration : none;
	color : #000000;
}
A:hover {
	background-color : #6699cc;
	text-decoration : underline;
	color : #000000;
}
A:visited {
	text-decoration : none;
	color : #000000;
}
A:active {
	text-decoration : none;
	color : #000000;
}
.top {
	background : #6699cc;
	border-color : #000000;
	border-style : solid;
	border-top-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 1px;
	border-left-width : 0px;
}
.leftside {
	background : #eeeeee;
	border-color : #000000;
	border-style : solid;
	border-top-width : 0px;
	border-right-width : 1px;
	border-bottom-width : 0px;
	border-left-width : 0px;
}
.blackBorder {
	border-color : #000000;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
}
.navBorder {
	border-color : #000000;
	border-style : solid;
	border-top-width : 0px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 0px;
	white-space : nowrap;
}
.topColor {
	color : #6699cc;
}
.altRow {
	background : #eeeeee;
}
.content {
	background : #ffffff;
}
.topleft {
	background : #ffffff;
}
.hr75Percent {
	height : 1px;
	width : 85%;
	color : #6699cc;
}
table.schedule {
	border-width: thin;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.schedule th {
	border-width: thin;
	padding: 0px;
	border-style: solid;
	border-color: black;
	background-color: #000099;
	-moz-border-radius: ;
	font-color: #FFFFFF;
}
table.schedule td {
	border-width: thin;
	padding: 0px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	font-family: "Verdana";
	font-size: -1;
}