body, div, td, p {
	font-family: Arial;
	color: #333333;
}
body {
	font-size: 0.75em;
}
td {
	font-size: 0.75em;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 1.7em;
}
h1.m {
	font-size: 1.2em;
	margin-top: 3px;
}
p.p {
	margin-top: 1px;
	font-size: 0.9em;
	text-align: justify;
}

h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.5em;
}
h2 span {
	text-decoration: none;
	font-size: 0.8em;
	color: #E95D0F;
}

td.redb {
	color: #FF0000;
	font-weight: bold;
}

tr.r td {
	color: #FF0000;
	font-weight: bold;
}
tr.y td {
	color: #F59D22;
	font-weight: bold;
}
tr.z td {
	background-color: #CCFFCC;
}

input.sum {
	width: 100%;
	text-align: right;
	border: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.s {
	width: 100%;
	border: 0px;
}
table.s td {
	vertical-align: top;
}