body {
	margin: 0;
	background-color: #000000;
	color: #ffffff;
	font-family: "verdana";
	font-size: 12px;
	text-align: justify;
}

a {
	color: #046433;
	text-decoration: none;
}

a:hover {
	color: #046433;
	text-decoration: underline;
}

a.white {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	color: #ffffff;
	text-decoration: underline;
}

table, img {
	border: 0;
}

table.main {
	margin: 0 auto;
	background-color: #003018;
	width: 782px;
}

h1, h2, h3 {
	margin: 0;
}

h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

td.footer {
	border-top: 1px solid #008b45; 
	color: #046433; 
	padding: 10px 0 10px 45px;
	font-size: 11px;
}

.img_right {
	border: 1px solid #008b45;
	margin: 4px;
	margin-top: 0;
	padding: 3px;
}