/***********************************************/
/* MH_styles.css                            */
/* Use with template01.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}

/********* content tags *********/

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	margin: 0px;
	padding: 16px 0px 3px;
	color: #333333;
}

.subtitle1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: 666600;
	padding: 0px 0px 4px;
	margin: 0px;
}

.subtitle2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	padding: 0px;
	margin: 9px 0px 3px;
	font-weight: bold;
}

.textintro {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 5px;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #333333;
}

.cutline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.quoteout {
	font-size: 14px;
	color: #666600;
	font-style: italic;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
}

.formsbody {
	font-size: 12px;
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.formsbody2 {
	font-size: 11px;
/*	display: block;  */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.navtext {
	font: italic normal 15px "Times New Roman", Times, serif;
	color:#333333;
	text-align: left;
	text-decoration: none;
	word-spacing: -1px;
	letter-spacing: -1px;
	line-height: 16px;
}

/******* primary hyperlink and anchor tag styles *******/

a:link{
	color:#996600;
	text-decoration: none;
}

a:visited{
	color:#996600;
	text-decoration: none;
}

a:hover{
	color:#996600;
	text-decoration: none;
}

a:active{
	color:#000000;
	text-decoration: none;
}


/******* second hyperlink and anchor tag styles *******/

.navtext a:link{
	color:#333333;
	text-decoration: none;
}

.navtext a:visited{
	color:#333333;
	text-decoration: none;
}

.navtext a:hover{
	color:#000000;
	text-decoration: none;
}

.navtext a:active{
	color:#666666;
	text-decoration: none;
}




/*************** list tag styles ***************/

ul{
 list-style-type: square;
 margin: 0px 0px 0px 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/************** header tag styles **************/

h1{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

h2{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

h3{
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

h4{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

h5{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	color: #334d55;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
				
input{
font-family: Arial,sans-serif;
}
h6 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.unit {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.subheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 9px;
	color: #666666;
	letter-spacing: -0.05em;
	line-height: 15px;
}

.printheader {
	display: none;
}

