body {
	font: 		"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:		0;
	padding:		0;
	text-align:		justify;
	font-size:		.9em;
}
h1 {
	font-size:		2em;
	font-weight:	normal;
	margin:		0;
	padding:		0px;
	color:		#000;
}
h2 {
	font-size: 		1em;
	font-weight:	normal;
	color:		#5ec21a;
	text-transform:	uppercase;
	text-align:		left;
}
h3 {
	font-size: 		1em;
	font-weight:	bold;
	color:		#000;
	text-transform:	uppercase;
	text-align:		left;
}
h4 {
	font-size: 		1em;
	font-weight:	normal;
	color:		#000;
	text-align:		center;
}


img {
	border:		none;
}

#header {
	height: 		auto;
	padding: 		0px;
	margin-bottom:	0px;
	width: 		100%;
	border-bottom: 	1px solid #5ec21a;
	text-align:		center;

}
#content {
	position:relative;
}
#footer {
	height: 		auto;
	width: 		100%;
	margin: 		0px;
	padding: 		10px 0;
	border-top: 	1px solid #5ec21a;
	text-align:		center;
	font-size: 		.8em;
}

p {
	text-align:		justify;
}

a {
	text-decoration:	none;
	color:		#000;
	font-size: 		1em;
	font-weight:	normal;

}

a:hover {
	text-decoration:	none;
	color:		#5ec21a;
	font-size: 		1em;
	font-weight:	normal;

}


.table1 {
	border-left: 	1px solid #5ec21a;
	border-right: 	1px solid #5ec21a;

}

.table2 {
	border-left: 	1px solid #5ec21a;
	border-top: 	1px solid #5ec21a;
	border-right: 	1px solid #5ec21a;

}

.table3 {
	border-left: 	1px solid #5ec21a;
	border-right: 	1px solid #5ec21a;

}

