@charset "utf-8";

body {
	background-color: #8D8F8E;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sub {
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #DB2B1E;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.small {
	font-size: 9pt;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #000000;
}
.space {
	padding-right: 20px;
	padding-left: 20px;
}


a {
	color: #EE2924;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #7C817E;
	text-decoration: underline;
}
.border {
	border: 2px solid #EE2924;
}
.med {
	font-size: 14pt;
}
.space2 {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10pt;
	line-height: 14pt;
}
.highl {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

