/***********************************************/
/* MH_styles.css                            */
/* Use with template01.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/********* content tags *********/

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 7px;
	color: #330066;
	text-align: left;
}

.text_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #330066;
	padding: 0px 0px 6px;
	margin: 0px;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 16px;
	text-align: left;
}

.cutline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 3px 0px 6px;
	color: #333333;
	text-align: left;
}
.quote {
	font-size: 10px;
	color: #333333;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
}

.quoteout {
	font-size: 11px;
	color: #666666;
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 5;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}
.navtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-bottom: 2px;
	font-weight: bold;
}
.navtop a:link {
	text-decoration: none;
	color: #666666;
}
.navtop a:hover {
	color: #666666;
}
.navtop a:visited {
	color: #666666;
	text-decoration: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #666666;
}
				
input{
font-family: Arial,sans-serif;
}
.subtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 3px;
	text-align: left;
}
.subtitle2 a:link {
	color: #999999;
}
.subtitle2 a:hover {
	color: #999999;
}
.subtitle2 a:visited {
	color: #999999;
}
.EditRegion4 {
	text-align:left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ruleleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
}

