body
{
margin: 0px;
background-image: url(images/tile-bg.gif);
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}
A   	{ color: #901F21; text-decoration: none; font-weight: bold; }
A:link	{ color: #901F21; text-decoration: none; font-weight: bold;}
A:visited { color: #901F21; text-decoration: none; font-weight: bold;}
A:active { color: #901F21; text-decoration: none; font-weight: bold;}
A:hover	{ color: #DBB237; text-decoration: none; font-weight: bold;}

A.footer   	{ color: #666666; text-decoration: none;  }
A.footer:link	{ color: #666666; text-decoration: none; }
A.footer:visited { color: #666666; text-decoration: none; }
A.footer:active { color: #666666; text-decoration: none; }
A.footer:hover	{ color: #901F21; text-decoration: none;}
#container
{
width: 100%;
background: url(images/yellow-bg.gif);
}
#topbg
{
width: 100%;
background: url(images/top-bg.gif) repeat-x;
}
#bottombg
{
width: 100%;
background: url(images/bottom-bg.gif) repeat-x bottom left;
}
#leftcurve
{
	background: url(images/bottomleft-curve.gif) no-repeat bottom right;
}
#rightcurve
{
	background: url(images/bottomright-curve.gif) no-repeat bottom left;
}
#header
{
	background: url(images/header.gif) no-repeat top left;
}
#footer
{
	background: url(images/footer.gif) no-repeat bottom left #ffffff;
}
hr
{
	color: #901F21;
}
.redtext
{
	color: #901F21;
}
.title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #901F21;
	font-style: italic;
}
.footer
{
	font-size: 11px;
	color: #666666;
}