a:link {
	color: #4D4D4F;
	text-decoration: none;
}
a:visited {
	color: #4D4D4F;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #002B54;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #002B54;
	font-weight: bold;
}

a.reverse:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.reverse:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: none;
	color: #002B54;
}
a.reverse:active {
	text-decoration: none;
	color: #002B54;
}

a.image:link {
	color: #002B54;
	text-decoration: none;
}
a.image:visited {
	color: #002B54;
	text-decoration: none;
}
a.image:hover {
	text-decoration: none;
	color: #002B54;
}
a.image:active {
	text-decoration: none;
	color: #002B54;
}

a.text:link {
	color: #002B54;
	text-decoration: none;
}
a.text:visited {
	color: #002B54;
	text-decoration: none;
}
a.text:hover {
	text-decoration: underline;
	color: #4D4D4F;
}
a.text:active {
	text-decoration: underline;
	color: #4D4D4F;
}

/*expanding menu*/

.mainlink{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4D4D4F;
	letter-spacing: 1px;
	line-height: 12px;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4D4D4F;
	letter-spacing: 1px;
	line-height: 12px;
}
.sublink{ /*header of 1st demo*/
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4D4D4F;
	line-height: 14px;
	padding-left: 8px;
}

.openlink{ /*class added to contents of 1st demo when they are open*/
background: FFFFFF;
}



.backgroundblue {
	background-color: #FFFFFF;
	background-image: url(images/background_grade.jpg);
	background-repeat: repeat-x;
}
.backgroundtop {
	background-color: #FFFFFF;
	background-image: url(images/background_top.jpg);
	background-repeat: repeat-x;
}
.backgroundlower {
	background-color: #FFFFFF;
	background-image: url(images/background_lower.jpg);
	background-repeat: repeat-x;
}
.background {
	background-color: #FFFFFF;
	background-image: url(images/background_side_grade.jpg);
	background-repeat: repeat-x;
}
.smalltextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	font-weight: bold;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}
.textsmallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}
.subheadblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #002B54;
	font-weight: bold;
}
.subheadwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
}
.headerblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #002B54;
	letter-spacing: 2px;
}
.headerbluelarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 26px;
	font-weight: bolder;
	color: #002B54;
	letter-spacing: 1px;
}
.linktextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #002B54;
	letter-spacing: 1px;
	line-height: 12px;
}
.shadowside {
	background-image: url(images/shadow_side.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.borderblue {
	border: 1px solid #002B54;
}
.subheadmedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #002B54;
	font-weight: bold;
	padding-bottom: 4px;
}
