body
{
	background-color: #e0e0e0;
	margin: 0px;
	padding: 12px;
}
h1
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 22pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Deja Vu Sans,Sans,Verdana,Tahoma,Helvetica,Arial,sans-serif;
	text-align: left;
}
h2
{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Deja Vu Sans,Sans,Verdana,Tahoma,Helvetica,Arial,sans-serif;
	text-align: left;
}
h3
{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Deja Vu Sans,Sans,Verdana,Tahoma,Helvetica,Arial,sans-serif;
	text-align: left;
}
p
{
	font-size: 10pt;
	margin-top: 2px;
	margin-bottom: 3px;
	line-height: 1.7em;
	text-align: justify;
}
a:link
{
	color: #ff0000;
	text-decoration: none;
}
a:visited
{
	color: #b00000;
	text-decoration: none;
}
a:active
{
	color: #0000ff;
	text-decoration: none;
}
a:hover
{
	color: #ff0000;
	text-decoration: underline;
}
img
{
	border: 1px #808080 solid;
}
input,textarea,select
{
	border: 1px #808080 solid;
	background-color: #f0f0f0;
}
input:focus,textarea:focus,select:focus
{
	border: 1px #301010 solid;
	background-color: #ffe0e0;
}
