@charset "UTF-8";
/* CSS Document */

/*headers*/

.blueheader{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #003366;
	line-height: 24px;
	font-weight: bold;
}

.whiteheader{
}

.mcmcheader{
	color: #FFFFFF;
	text-transform: uppercase;
	font: bold 14px/16px "Trebuchet MS";
}


/*Text*/

.contenttext{
	color: #000000;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 18px;
}
.contenttext a:link {
	color: #3E0001;
	text-decoration: underline;
}



.mcmctext{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
#lsbtpctext{
	padding-left: 25px;
	text-decoration: none;
}

#lsbtpctext ul{
	color: #FFFFFF;
	font: 12px "Trebuchet MS";
	text-decoration: none;
}

.lsbtpctextli{
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

a.lsbtpctextli{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 28px;
	list-style-position: inside;
	list-style-type: none;
	text-decoration: none;
}

a.lsbtpctextli:hover{
	color: #C99360;
	list-style-position: inside;
	list-style-type: none;
	font: bold 14px/28px "Trebuchet MS";
	text-decoration: none;
}
hr {
	text-align: left;
	width: 375px;
}

