/* ---------------------- */
/* HOME PAGE STYLE SHEET */
/* ---------------------- */
body {
 	margin: 0px;
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:#333333;
}

form 	{ display:inline; } 



/* LINKS */
a 		{ color: #464622; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

a.footerNav 	  { color: #9a7b27; font-size: 11px; text-decoration: none; }
a.footerNav:hover { color: #666666; font-size: 11px; text-decoration: none; }

a.footerGrey 	   { color: #8D8B8B; font-size: 11px; text-decoration: none; }
a.footerGrey:hover { color: #666666; font-size: 11px; text-decoration: none; }

a.blender { font-size:11px; color:#8D8B8B; font-weight:bold; }
a.blender:hover { font-size:11px; color:#8D8B8B; font-weight:bold; text-decoration:underline; }


/* CELL CLASSES */
.blender {
	font-size:11px;
	color:#8D8B8B;
	padding: 0px 0px 51px 0px;
	text-align: center;
	vertical-align: bottom;
}
.footer {
	font-size: 11px;
	color: #9a7b27;
	padding:0px 43px 5px 43px;
}
.footer2 {
	font-size: 11px;
	color: #8D8B8B;
	padding:5px 43px 0px 43px;
}
