body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0px;
	padding: 0px;
}
td   { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.title { color: white; font-size: 22px }
.titlegreen { color: #688315; font-size: 22px }
.subgreen { color: #688315; font-size: 16px }
a { color: white }
.black { color: black }
.white { color: white }
.aad { color: #696969; font-size: 10px }
.subtitle { font-weight: bold; font-size: 14px }
#footer {
	background-color: #9A9A9A;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	width: 727px;
}
#footer a {
	text-decoration: none;
}
#subfooter {
}
#twitter {
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 124px;
	background-image: url(images/icon_twitter.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
}
#twitter a {
	color: #666666;
	text-decoration: none;
}

