body {
	font-family: Helvetica, Arial,sans-serif;
	color: #333333;
	line-height: 1.15;
	margin: 0px;
	padding: 0px;
	background-color: #7f9da9;
	background-image:url(mthood.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left top;
}
.box {
	border: 2px #7f9da9 solid;
	opacity:0.72;
	filter:alpha(opacity=72);
	-moz-opacity:0.72;
	-khtml-opacity:0.72;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-khtml-border-top-left-radius: 12px;
	-khtml-border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-khtml-border-bottom-left-radius: 12px;
	-khtml-border-bottom-right-radius: 12px;
}
a{
	font-weight: bold;
	color:#521268;
	text-decoration: none;
}
a:hover{
	color:#C82D1E;
	text-decoration: underline;
}
a:visited{
	color: #521268;
}
h1, h2, h3, h4, h5, p, ul, li, dd {
	margin: 0;
	padding: 0;
}
hr {
	color: #6C1F88;
	background-color: #6C1F88;
	width: 90%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
} 
h1 {
	font-size: 18px;
	line-height: 1.1;
	color: #ffe8d2;
	padding: 2px 0 10px 0;
	text-align: center;
}
h2 {
	font-size: 16px;
	line-height: 1.1;
	color: #055b88;
	padding: 2px 0 15px 0;
	text-align: center;
}
h3 {
	font-size: 16px;
	line-height: 1.1;
	color: #9e0e3a;
	padding: 4px 0 10px 0;
}
h4 {
	font-size: 12px;
	line-height: 1.1;
	color: #9e0e3a;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
	p, li {
	font-size: 12px;
	padding: 0 0 10px 30px;
	line-height: 1.1;
}
.fineprint {
	font-size: 12px;
	line-height: 1.1;
	color: #055b88;
	padding: 0 0 5px 0;
	text-align: center;
	font-weight: bold;
}