body {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	font-size: 9pt;
}
h1, h2, h3 {
	font-family: Arial, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #f05d2b;
	margin-bottom: 3px;
	margin-top: 8px;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
p, ul, ol, td, th {
	font-size: 9pt;
}
p {
	margin-top: 3px;
	text-align: justify;
}
ul {
	margin-top: 3px;
}

.container a {
	color: #f05d2b;
	font-weight: bold;
	text-decoration: none;
}
.container a:hover {
	text-decoration: underline;
}
input, select, textarea {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
}
a img {
	border: none;
}
table.nice th {
	background: #333;
	color: #fff;
	text-align: left;
	font-weight: bold;
}
table.nice tr.even td {
	background: #f6f6f6;
}
table.nice tr.odd td {
	background: #eeeeee;
}
table.nice td, table.nice th {
	padding: 2px;
	vertical-align: top;
}