/* general font used for all pages */
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* general font except used when smaller text is needed */
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* style for the activities page in the calendar */
.calText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* style for the activities page in the calendar */
.calRedText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
/* style for the activities page in the calendar */
.calTextGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* general font, used when gray text is needed */
.bodyTextGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
/* link text for calendar */
.linkText_cal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 0030FF;
	text-decoration: none;
}
/* link text for calendar */
.linkText_cal:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0030FF;
	text-decoration: underline;
}
/* link text for calendar */
.linkText_cal:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0030FF;
	text-decoration: underline;
}
/* link text for calendar */
.linkText_cal:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #942723;
	text-decoration: underline;
}
/* body color  */
body {
	background-color: FCF9BD;
}
/* font for text on the main page */
.mainPageText {
	font-family: "Myriad Tilt", Arial;
	font-size: 15px;
	color: #000000;
}
/* link text for general links */
.linkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 0030FF;
	text-decoration: none;
}
/* link text for general links */
.linkText:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0030FF;
	text-decoration: underline;
}
/* link text for general links */
.linkText:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0030FF;
	text-decoration: underline;
}
/* link text for general links */
.linkText:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #942723;
	text-decoration: underline;
}
/* general text that is bolded */
.bodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
/* style for all titles on pages */
.titleTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/* style for unordered lists */
.bullet {
	list-style-image: url(images/blueDot.gif);
}
/* style for blue text that is bolded, used in menus mainly */
.blueBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 003672;
}
/* link text in footer */
.mainLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 474747;
	font-weight: bold;
	text-decoration: none;
}
/* link text in footer */
.mainLinks:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	font-weight: bold;
	text-decoration: underline;
}
/* link text in footer */
.mainLinks:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	font-weight: bold;
	text-decoration: underline;
}
/* link text in footer */
.mainLinks:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #942723;
	font-weight: bold;
	text-decoration: underline;
}
/* link text in menus and site map  */
.menuLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	text-decoration: none;
}
/* link text in menus and site map  */
.menuLinks:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
/* link text in menus and site map  */
.menuLinks:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
/* link text in menus and site map  */
.menuLinks:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #942723;
	text-decoration: underline;
}
/* link text in menus for titles of the sections */
.menuSectionLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	font-weight: bold;
	text-decoration: none;
}
/* link text in menus for titles of the sections */
.menuSectionLink:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* link text in menus for titles of the sections */
.menuSectionLink:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* link text in menus for titles of the sections */
.menuSectionLink:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #942723;
	font-weight: bold;
	text-decoration: none;
}
/* general text that is italic */
.bodyTextItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
/* general text that is bold and white */
.bodyTextBoldwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
/* link text that is white, used in header row of tables mainly */
.whiteLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/* link text that is white, used in header row of tables mainly */
.whiteLink:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/* link text that is white, used in header row of tables mainly */
.whiteLink:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/* link text that is white, used in header row of tables mainly */
.whiteLink:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #942723;
	font-weight: bold;
	text-decoration: underline;
}
/* bold, red text, used for warnings */
.redText {
	font-weight: bold;
	color: #FF0000;
}

