


/***** General *****/

p, td, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Headings */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22.75px;
	font-weight: bold;
	/*color: #666699;*/
	color: #003366;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18.75px;
	font-weight: bold;
	color: #6699cc;
}



/* Links */

a:link, a:visited, a:active {
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #996699;
	/*font-weight: bold;*/
	text-decoration: underline;
}





/***** Classes *****/

/* General */

.regular {
	font-size: 13.75px;
}

.light {
	color: #808080;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.75px;
	color: #666666;
}

.feedback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.75px;
}

.smallnav {
	font-size: 10.75px;
}

.note {
	font-size: 10.75px;
}

.darknote {
	font-size: 10.75px;
	color: #000000;
}

.lightnote {
	font-size: 10.75px;
	color: #808080;
}

.lightnoteNormal {
	font-size: 10.75px;
	color: #808080;
	font-weight: normal;
}

.error {
	color: #FF0000;
}

.official {
	color: #ff0000;
}



/* Tables - general */

.sideTableHeader {
	font-size: 12.75px;
	color: #ffffff;
	font-weight: bold;
}

/* Forms */

.formSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.75px;
	color: #000000;
}

/* Message Boards */

.mbGroupName {
	font-size: 14.75px;
	font-weight: bold;
	color: #ffffff;
}

.mbHeader {
	font-size: 12.75px;
	font-weight: bold;
}

.mbContent {
	font-size: 12.75px;
}

.mbSmallNav {
	font-size: 10.75px;
	font-weight: normal;
	color: #808080;
}

.mbList {
	list-style: disc;
	color: #a9a9a9;
	font-size: 10.75px;
}

.mbThread {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a9a9a9;
	font-size: 10.75px;
}

.mbCurrentMessage {
	color: #666666;
}

/* Schedule */

.scheduleContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.75px;
}

.scheduleMonth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14.75px;
	font-weight: bold;
	color: #ffffff;
}

