body {
	margin: 0;
	padding: 0;
	background-color: White;
	background-repeat: repeat-x;

	color: #93968E;

	font-family: Verdana, Tahoma, "MS Sans Serif", "Arial CE", Arial, sans-serif;
	font-size: 8pt;
	font-weight: Normal;
}

.menu {
	font-size: 9pt;
}

.header {
	font-size: 16pt;
	color: #93968E;
}

.subheader {
	font-size: 10pt;
	color: #93968E;
}

.text {
	font-size: 9pt;
	font-weight: Normal;

	text-align: justify;
}

.footer {
	font-size: 9pt;
	font-weight: Normal;
	color: #737373;
	background-repeat: repeat-x;
}

a:link, a:active, a:visited {
	color: #737373;
	text-decoration: none;
}

a:hover {
	color: #00A5B4;
}

ol, ul {
	text-align: left;
}