

BODY {
	background-color: #8C8C75;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	text-transform: uppercase;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Blue;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	background: #FFCC00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 13px;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12;
	text-align: justify;
	color: Black;
}

th {
	font-size: 80%;
	font-weight: bold;
	background-color: #FFCC00;
}

table {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	background: White;
	height: auto;
}

tbody {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	background: White;
	font-size: 80%;
}

hr {
	color: Silver;
	height: 2px;
}