
	
body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	color: #636363;
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
    color: #ec1d25;
    text-decoration: underline;
}

p{
	margin: 1em 0 !important;
}

#header {
}

#footer {
	border-top: 1px solid #e5e5e6;
    background-color: #f5f5f5;
    padding: 0.5em 0;
}
#footer p {
	padding: 0.5em;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #ec1d25;
}

.title {
	height: 30px;
	line-height: 30px;
	background: url(/bg_img/mh_gradient_bg.gif);
	border-top: 1px solid #e5e5e6;
}

.section1 {
	background-color: #f5f5f5;
	padding: 0.5em;
	border-top: 1px solid #e5e5e6;
}
.section2 {
	background-color: #ededed;
	padding: 0.5em;
	border-top: 1px solid #e5e5e6;
}

table.list {
	width: 95%;
	margin: 0 1em;
	border-collapse: collapse;
}
table.list td {
	padding: 3px;
	color: #ec1d25;
}
table.list td.num {
	width: 2%
	text-align: left;
	vertical-align: top;
	padding-right: 3px;
	border-top: 1px solid #e5e5e6;
}
table.list td.item {
	width: 95%;
	text-align: left;
	border-top: 1px solid #e5e5e6;
}

.center {
	text-align: center;
}

.note {
	color: #858585;
}

.highlight {
	color: #ec1d25 !important;
}
.highlight a:link, .highlight a:visited, .highlight a:hover, .highlight a:active {
	color: #ec1d25 !important;
}

.error {
	margin: 0.5em !important;
	font-weight: bold;
	color: #ec1d25;
}

