@charset "utf-8";

/* CSS Document */

h1 {color:#000; font:"Arial"; font-size:16px;}

#regContent {
	font:Arial, Helvetica, sans-serif;
	color:#BD410D;
	font-size: 14px;
}

#pageTitle {
	color:#BE462F;
	text-shadow:#CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#loginNav {
	color:#333;
	text-shadow:#CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.classHeader {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bolder;
}
.header-white {
	font-family: "Arial";
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	font-style: normal;
	font-variant: normal;
}

.classHeaderDarkText {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bolder;
	color: #010101;
}


.classContent {
	font-family: "Arial";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.regProcessPageLink {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

.classNotes {
	font-family: "Arial";
	font-size: 13px;
	font-style: oblique;
	font-weight: normal;
}
.generalNotes {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
}


