html,body {
	background-color: #eed;
	color: #000;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 520px;
	width: 100%;
	min-width: 940px;
}
a { text-decoration: underline; }
	a:link { text-decoration: underline; color:#009; }
	a:visited { text-decoration: underline; color:#009; }
	a:active { text-decoration: none; color:#900; }
	a:hover { text-decoration: none; color:#900; }
h1{
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #900;
}
h2 {
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #900;
}
h3 {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #900;
}
h4 {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #900;
}
p {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	text-indent: 1cm;
	line-height: 125%;
	color:#000;
	margin: 0.5cm 0;
	background-color: transparent;
}
div {
	font-family: sans-serif;
	font-size: 10pt;
	color:#000;
	background-color: transparent;
}
ul {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	color:#000;
	margin: 1cm 0.5cm;
}
li {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	color:#000;
	margin: 1cm 0.5cm;
}
table {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	color:#000;
	margin: 1cm 0.5cm;
	background-color: transparent;
	border: 0px none #999;
}
td {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color:#000;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0px none #999;
}
th {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color:#900;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0px none #999;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}

form { background-color:transparent; border-style:none; padding:0px; margin:2px; }
form table td { font: normal 9pt/10pt sans-serif; }

.td0c1 { color: #900; vertical-align: top; text-align: right; font-weight: bold; }
