body {
	background-color: #eeeedd;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 110%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7E3517;
	font-size: 20px;
	font-weight: bold;
	line-height: 110%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #e56424;
	font-size: 16x;
	font-weight: italic;
	line-height: 110%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7E3517;
	font-size: 16x;
	font-weight: italic;
	line-height: 110%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #e56424;
	font-size: 16px;
	text-align: justify;
}

.green{
	font-family: Arial, Helvetica, sans-serif;
	color: #7d994e;
	font-size: 12px;
	text-align: justify;
}

.red{
	font-family: Arial, Helvetica, sans-serif;
	color: #922423;
	font-size: 12px;
	text-align: justify;
}

.blue
{font-family: Arial, Helvetica, sans-serif;
	color: #005595;
	font-size: 12px;
	text-align: justify;
}



.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	text-decoration:none;
}


