body {
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #cccccc;
}

.home_td {
	background-color: #ffffff;
	padding: 10;
}

.home_promo_td {
	background-color: #ececec;
}

.home_text {
	font-size: 12 pt;
	color: Black;
}

.home_promo_text {
	font-size: 10 pt;
	color: #666633;
	padding: 10;
	
}

.home_promo_heading {
	font-size: 13 pt;
	color: #ffffff;
	background-color: #3d6914;
	font-weight: bold;
	padding: 2;
}

h1 {
	font-size: 12 pt;
	color: #416d18;
}
h2 {
	font-size: 11 pt;
	color: #416d18;
}
.footer {
	font-size: 8 pt;
	color: #666666;
}

.sup {
	font-size: 6 pt;
	color: #666666;
}

.warning {
	font-size: 7 pt;
	color: #999999;
}
A:link { 
	color: #666633;
	text-decoration:underline; 
	}
A:visited { 
	color: #666633;
	text-decoration:underline; 
	}
A:active { 
	color: #666633;
	text-decoration:underline; 
	}
A:hover { 
	text-decoration:none 
	}

