body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin: 10px 0px 10px 0px;
}
td.blackBG {
	background-color: #000000;
	height: 18px;
}
td.logo {
	width: 28px;
	background-image: url('/images/green/logo_bg.gif');
	background-repeat: repeat-y;
	vertical-align: top;
}
td.content {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
}
td.content p {
	margin-top: 7px;
	margin-bottom: 7px;
}
td.content a {
	color: #000000;
}
td.content li {
	margin-bottom: 5px;
}
h1 {
	color: #000000;
	font-size: 130%;
	margin-bottom: 0px;
	font-weight: bold;
}
h1 a {
	text-decoration: none;
	color: #000000;
}
h2 {
	color: #000000;
	font-size: 110%;
	margin-bottom: 0px;
}
h2 a {
	text-decoration: none;
	color: #000000;
}
h3 {
	color: #000000;
	font-size: 100%;
	margin-bottom: 0px;
	font-weight: bold;
}
h3 a {
	text-decoration: none;
	color: #000000;
}
.white {
	color:#FFFFFF;
}
td.tableMiddle {
	background-image: url('/images/siteBase/middle.gif');
	background-repeat: no-repeat;
	height: 371px;
	vertical-align: top;
}
td.tableFooter {
	padding: 30px 0px 0px 25px;
	vertical-align: top;
	background-image: url('/images/siteBase/bottom.gif');
	background-repeat: no-repeat;
	height: 89px
	color: #999999;
	font-size: 90%;
}
td.tableFooter p {
	color: #999999;
	font-size: 90%;
}
td.tableFooter a {
	color: #999999;
	text-decoration: none;
}
div.tableRepeatable {
	background-image: url('/images/siteBase/repeatable.gif');
	background-repeat: repeat-y;
	background-position: center;
}
td.leftNavigation {
	vertical-align: top;
	padding-top: 12px;
}
td.leftNavigation a {
	color: #000000;
	text-decoration: none;
}
td.leftNavigation p {
	margin-top: 4px;
	margin-bottom: 4px;
}