/* THE FOLLOWING SETS CLASSES FOR LINKS */

/* Sets link style/color for main text and footer text navigation */
A:link {
	color: #990066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
A:visited {
	color: #990066;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
A:hover {
	color: #339966;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
}

/* Sets link style/color for 'on' state of four main navigation sections  */
A.mainnavlink:link {color: #990066; text-decoration: none; font-weight: bold; font-style: italic}
A.mainnavlink:visited {color: #990066; text-decoration: none; font-weight: bold; font-style: italic}
A.mainnavlink:hover {color: #339966; text-decoration: none; font-weight: bold; font-style: italic}

/* Sets link style/color for secondary navigation sections */
A.subnavlink:link {color: #990066; text-decoration: none; font-weight: bold}
A.subnavlink:visited {color: #990066; text-decoration: none; font-weight: bold}
A.subnavlink:hover {color: #990066; text-decoration: none; font-weight: bold; font-style: italic}




/* THE FOLLOWING SETS CLASSES FOR TEXT */

/* Sets main text on entire site */
.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

.maintext_sm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}


/* Sets footer text navigation links */
.subtext {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}

/* Sets bullets burgundy in color */
LI {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #990066}




/* THE FOLLOWING SETS CLASSES FOR NAVIGATION */

/* Sets font/color for four main navigation sections */
.mainnav {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; font-style: normal; color: #990066}

.mainnavon {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; font-style: italic; color: #339966}

/* Sets font/color for secondary navigation sections */
.subnav {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; color: #990033}

.subnavon {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: italic; color: #339966}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bolder;
	font-style: normal;
	color: #990066;
	font-variant: small-caps;
	background-color: #CCCCCC;
	border: #999999;
	clip:  rect(auto auto auto auto);
}
.header-sub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	font-variant: normal;
}
.header2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	font-style: normal;
	color: #339966;
	clip:  rect(auto auto auto auto);
}
.header3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #990066;
	font-variant: normal;
}
.home_menu {
background-color: #339966; color: white; text-align: center; width: 117px; height: 30px; border: 1px solid #cccccc; font-family: Arial; font-size: 6pt; font-weight: normal;

}
.home_menu a:hover {
background-color: #990066;
}

