a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #009933;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #996633;
	font-weight: bold;
}
body {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #550000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps;
	font-family: "Copperplate Gothic Bold", Cambria, Georgia, "Times New Roman";
}
h1 {
	font-size: xx-large;
	color: #cd4622;
}
h2 {
	font-size: x-large;
	color: #cd4622;
}
h3 {
	font-size: large;
	color: #cd4622;
}
h4 {
	font-size: small;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}
li {
	list-style-type: disc;
}
ul {
	list-style-type: disc;
}
.CColorA {
	background-color: #FFFFAA;
}
.CColorB {
	background-color: #FFFF44;
}
.CColorC {
	background-color: #FFDD44;
}
.CColorD {
	background-color: #FFBB44;
}
.CColorE {
	background-color: #FF9944;
}
.CColorF {
	background-color: #FF7744;
}
.MenuTitle {
	font-size: large;
	font-weight: bold;
}
.MenuTable {
	color: #FFFFCC;
}
a.MenuTable:link {
	color: #3399FF;
}
a.MenuTable:visited {
	color: #FF99CC;
}
a.MenuTable:hover {
	color: #66CC99;
}
a.MenuTable:active {
	color: #FFCC00;
}
.PageBdr {
	background-color: #CCCCCC;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.ScheduleTableTitleRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000
}
.ScheduleTableLightRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF
}
.ScheduleTableDarkRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC
}
.SideBar {
	position: static;
	z-index: 1;
	font-size: smaller;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.SmallText {
	font-size: smaller;
}
.FormTitle {
	font-variant: small-caps;
	font-family: "Copperplate Gothic Bold", Cambria, Georgia, "Times New Roman";
	font-weight: normal;
}
#ClassData {
	background-color: #aaaaFF;
	padding: 10px;
	border: 3px solid #3333CC;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#MiniSched {
	font-size: smaller;
	background-color: #FFFFCC;
}
#RecNav {
	position: static;
	font-size: smaller;
	float: right;
}
#WebForm {
	background-color: #CCCC99;
	border: medium solid #996600;
}

#captchaFail {
	color:#cd4622;
	display:none;
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bolder;
	text-transform:none;
}
.CatColLeft {
	float: left;
	width: 230px;
	position: static;
	clear: none;
	margin-right: 10px;
	background-color: white;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: run-in;
}
#RSSList {
	list-style-image: url(Graphics/rss.gif);
}
