body {
	font-size: 12px;
	font-family: Trebuchet Ms;
	color: white;
	background-color:#94a75d;
	margin-top:0px;
	margin-bottom:0px;
	}
	
h2 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: black;
	padding: 0px;
	margin: 0px;
	color: black;
	}
	
ul {
	padding-left: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	}

a.bodylinks:link { font-family:Trebuchet Ms; font-size:12px; color:#007110; text-decoration:none; }
a.bodylinks:active { font-family:Trebuchet Ms; font-size:12px; color:#007110; text-decoration:none; }
a.bodylinks:visited { font-family:Trebuchet Ms; font-size:12px; color:#007110; text-decoration:none; }
a.bodylinks:hover { font-family:Trebuchet Ms; font-size:12px; color:#007110; text-decoration:underline; }

a.available:link { font-family:Trebuchet Ms; font-size:20px; color:#007110; text-decoration:none; }
a.available:active { font-family:Trebuchet Ms; font-size:20px; color:#007110; text-decoration:none; }
a.available:visited { font-family:Trebuchet Ms; font-size:20px; color:#007110; text-decoration:none; }
a.available:hover { font-family:Trebuchet Ms; font-size:20px; color:#007110; text-decoration:underline; }

table.specialsbox
{
	width: 90%;
	margin-bottom: 15px;
}

table.specialsbox td.title
{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	width: 50%;
	background: #627323;
	color: #ffffff;
	padding: 3px;
	border-bottom:#000000 thin solid;
	border-left:#000000 thin solid;
	border-top:#000000 thin solid;
}

table.specialsbox td.date
{
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	background: #627323;
	color: white;
	padding: 3px;
	padding-right: 10px;
	border-bottom:#000000 thin solid;
	border-right:#000000 thin solid;
	border-top:#000000 thin solid;
}

table.specialsbox td.desc
{
	font-size: 12px;
	padding: 3px;
	background: #e0e9c1;
	color: black;
	border-bottom:#000000 thin solid;
	border-right:#000000 thin solid;
	border-left:#000000 thin solid;
}

table.specialsbox td.desc p
{
	margin: 0px;
	padding: 0px 5px;
}