/* CSS Document */
Body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #F0Eab9;
	font-size: 11px;
	font: 11px;
	line-height:1.5;
}
td{
	font-size:12px;
	font-weight:500;
	line-height:1.4;
}
.body1{

}
.body2{
	background-color: #e1ca9f;
}
.body3{
	background-color: #F0Eab9;
}
.body4{
	background-color: #F0Eab9;
}

a:link{
	color:#9F3400;
	text-decoration:underline;
}
a:visited{
	color:#9F3400;
	text-decoration:underline;
}
a:hover{
	color:#9F3400;
	text-decoration:none;
}
a:active{
	color:#9F3400;
	text-decoration:underline;
}
a.featured:link{
	color:#ffffff;
	text-decoration:underline;
}
a.featured:visited{
	color:#ffffff;
	text-decoration:underline;
}
a.featured:hover{
	color:#ffffff;
	text-decoration:none;
}
a.featured:active{
	color:#ffffff;
	text-decoration:underline;
}

a.images:link{
	color:#000000;
	border-color:#000000;
	text-decoration:underline;
}
a.images:visited{
	border-color:#000000;
	color:#000000;
	text-decoration:underline;
}
a.images:hover{
	border-color:#000000;
	color:#000000;
	text-decoration:none;
}
a.images:active{
	border-color:#000000;
	color:#000000;
	text-decoration:underline;
}


.footerText
{
	font-size: 12px;
}
a.footerText{
	font-size: 12px;
	text-decoration: underline;
}

a.footerText:hover{
	font-size: 12px;
	text-decoration: none;
}
.tableborder{
	border: thin solid Black;
}