body {

}
body, div, td, p {
	font-family: Arial;
	color: #000000;
}
body {
	font-size: 0.9em;
}
td {
	font-size: 0.75em;
}
a {
	color: #010080;
}
a:hover {
	color: #FF0000;
}

td.gray {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #EEEEEE;
}
h1 {
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 0px;
	font-size: 1.7em;
	color: #FF0000;
}
h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.5em;
	color: #010080;
}
h3 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.1em;
	color: #010080;
}
h1 span {
	color: #010080;
}
h2.l {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.5em;
	color: #010080;
	text-decoration: underline;
}
h2 a, h2.l a {
	color: #010080;
	text-decoration: underline;
}

div.v {
	margin-top: 4px;
	margin-bottom: 12px;
	border: 1px solid #010080;
	background-color: #F9F9F9;
	padding: 5px;
}
div.vf {
	font-size: 1.2em;
}
div.vf span, span {
	color: #FF0000;
}
div.v span {
	font-weight: bold;
	color: #FF0000;
}
span.v {
	font-size: 1.8em;
}
span.vv {
	font-size: 1.2em;
}
div.blue {
	text-align: center;
	color: #01005C;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.redb {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.redb span {
	color: #01005C;
	font-size: 0.9em;
}

div.bf {
	font-size: 1.2em;
}

ol.m li {
	margin-bottom: 10px;
}