body
{
	background-color: #fff;
	padding: 0;
	margin: 0;

	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #821C29;
}

td, th
{
	font-family: Arial;
	font-size: 13px;
	font-variant: small-caps;
	color: #821C29;
	text-align:center;
	vertical-align: top;
}

a:link
{
	color: #a00;
	text-decoration: none;
}

a:active
{
	color: #a00;
	text-decoration: none;
}

a:visited
{
	color: #a00;
	text-decoration: none;
}

a:hover
{
	color: #f00;
	text-decoration: none;
}

#frontTable
{
	width: 825px;
}

	#frontTable #frontHeader
	{
		height: 145px;
		background-color: #fff;
	}

	#frontTable #frontLeft
	{
		width: 235px;
		height: 300px;
		padding: 8px;		
		text-align: left;
		font-family: Verdana;
		font-size: 13px;
		font-variant: normal;
		background-color: #fff;
		color: #821C29;
	}

	#frontTable #frontRight
	{
		width: 550px;
		text-align: right;
		font-family: Verdana;
		font-size: 13px;
		font-variant: normal;
		background-color: #fff;
		color: #821C29;
	}

	#frontTable #contentLeft
	{
		width: 235px;
		height: 300px;
		padding: 8px;
		text-align: left;
		font-family: Verdana;
		font-size: 13px;
		font-variant: normal;
		background-color: #fff;
		color: #821C29;
	}

	#frontTable #contentRight
	{
		width: 550px;
		text-align: right;
		font-family: Verdana;
		font-size: 13px;
		font-variant: normal;
		background-color: #fff;
		color: #821C29;
	}

	#frontTable #frontFooter
	{
		text-align: center;
		vertical-align: middle;
		font-family: Verdana;
		font-size: 13px;
		font-variant: normal;
		height: 75px;
		background-color: #fff;
		color: #821C29;
		font-size: 0.8em;
	}

	#frontTable #frontSpaceTop
	{
		height: 40px;
		text-align: center;
	}

	#frontTable #frontSpaceCenter
	{
		width: 10px;
	}

	#frontTable #frontSpaceBottom
	{
		height: 10px;
		text-align: right;
		padding: 20px 10px 10px 10px;
	}

.frontMenuItem
{
	margin: 0 0 10px 0px;
}

h1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #003366;
	font-variant: small-caps;
	padding: 20px 0 10px 00;
	margin: 0;
}

h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #821C29;
	font-variant: small-caps;
	padding: 20px 0 5px 0;
	margin: 0;
}

ul
{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

	li
	{
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 0;
		margin-bottom: 0;
	}