body
{
	background-image: url("../images/bg_dark.jpg");
	background-attachment: fixed;
	background-color: #E5E2CF;
	color: #614935;
	margin: 0px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

a:link
{
	color: #614935;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:visited
{
	color: #614935;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #C96E25;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

p
{
	font-size: 12px;
}

td
{
	font-size: 12px;
}

h3
{
	color: #614935;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

li
{
	font-size: 12px;
}

sup
{
	font-size: 9px;
}

hr
{
	color: #614935;
}

.mainTable
{
	background-image: url("../images/bg_light.jpg");
	background-color: #F6F1DD;
}