html, body, textarea {
	background-color: #efefef;
}

a {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}

table {
	margin-left: auto;
	margin-right: auto;
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}

td {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	color: #000000;
	text-align: left;
	border: 1px solid #000000;
}

td.head {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

td.graph {
	width: 205px;
	background-color: #efefef;
}

td.percent {
	width: 50px;
	text-align: right;
}

td.text_justify {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	color: #000000;
	text-align: justify;
}

h1 {
	margin: 5px;
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
	color: #000000;
	text-align: center;
}

div {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}

form {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	color: #000000;
	text-align: right;
}

textarea {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	color: #000000;
}