body {
	margin: 0px;
}

.leaves {
	background: url(/images/bg-leaves.gif) repeat-x top;
	
}

.grass {
	background: url(images/bg-grass.gif) repeat-x bottom;
}

.trunk {
	background: url(images/bg-trunk.gif) repeat-y;
	padding-top: 30px;
}

.copy {
	padding-top: 20px;
}

td {
	font: 12px/150% Arial, Helvetica, sans-serif;
	color: #333333;
}

.header {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	font-size: 17px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #999999;
}

.subheader {
	font-weight: bold;
	text-transform: uppercase;
	color: #66CC00;
	font-size: 13px;
	margin-bottom: -8px;
}
.subtitleu {
	font-weight: bold;
	text-transform: uppercase;
	color: #66CC00;
	font-size: 13px;
	margin-bottom: -8px;
}
.subtitle {
	font-weight: bold;
	color: #66CC00;
	font-size: 13px;
	margin-bottom: -8px;
}


.whitesubhead {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 5px;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #660099;
	text-decoration: none;
}

a:hover {
	color: #660099;
	text-decoration: underline;
}

a.white:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.white:visited {
	color: #d9ecd8;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover {
	color: #c0f73e;
	font-weight: bold;
	text-decoration: underline;
}

.imageright {
	margin: 3px 0px 10px 20px;
	float: right;
}
.imagecenter {
	margin: 3px 0px 10px 20px;
	float: center;
}

.trunk p {
	font-size: 11px;
	color: #FFFFFF;
	padding: 7px 40px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.trunk a:link {
	color: #FFCC33;
}

.trunk a:visited {
	color: #FFCC33;
}

.trunk a:hover {
	color: #FFFFFF;
}

