body {
	background-color: White;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	margin-left: 5%;
	margin-right: 1%;
	color: #1A1A1A;
	background-image: url("shadowbackground.gif");
	background-repeat: repeat-y; 
} 


h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }

a:link {
	color: #00008B;
	font-weight: bold;
}
a:visited {
	color: #8682BD;
	font-weight: normal;
}
a:hover {
	color: #F58025;
	font-weight: bold;
}

td {font-size:14px;}
input {font-size:10px;}


.smallCaps {font-variant: normal; font-size: 70%;}
.smallprint {font-size: 9px}

.tableTitle1 {color:#000000;background-color:#c6cea5;font-weight:bold;font-size: 14px}
.tableTitle2 {color:#ffffff;background-color:#6bc6e7;font-size: 14px;font-weight: bold}
.tableCellColor1 {color:#000000;background-color:#CCCCCC;font-size: 14px}
.tableCellColor2 {color:#000000;background-color:#CCCCCC;font-weight:bold;font-size: 14px}


.MHOrange {
	font-size: 36px;
	font-weight: bold;
	color: #F58025;
}
.MHGrey {
	font-size: 36px;
	font-weight: bold;
	color: #7FA1B6;
}
.MHBlack {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.largeTitleBlack {
	font-size: 18px;
	color: #000000;
}
.largeTitleOrange {
	font-size: 18px;
	color: #F58025;
}
.textOrange {
	color: #F58025;
}
.textTan {
	color: #c6cea5;
}
.textDarkBlue {
	color: #005a94;
}

.textLightBlue {
	color: #6bc6e7;
}