/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}

a {
	font-weight: bold; 
	color:#073010;
}

table
{
	font-size: 11px;
}

th
{
	background-color:#F5F5F5;
	border-bottom: 1px solid #015627;
	color: #83090F;
	text-align: left;
}

a:hover {
	color: #CDB87B;
}

#fullPage {
	width: 100%;
}

#fullContent {
	width: 800px;
	margin-bottom: -5px;
	padding: 0;
	background-color:#FFFFFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#main {
	background-color: #FFFFFF;
}

.hdr {
	border-bottom: 2px solid #015627;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 2px;
}

.hdrTan {
	background-color: #E5D9A9;
	border-top: 2px solid #CDB87B;
}

.subHdr {
	border-bottom: 2px solid #83090F;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.listHdr {
	display: block;
	height: 14px;
}

.zeroSpace {
	margin: -2px;
	padding: 0;
}

.copyright {
	background-color: #F5F5F5;
	font-variant: small-caps;
	padding: 2px 0;
	text-align: center;
	border-top: 1px solid #83090F;
	border-bottom: 1px solid #83090F;
	height: 24px;
}

.sm_text {
	color: #666;
	font-size: 10px;
}

.centerScroll
{
	overflow:auto; height: 410px; width: 795px; border-bottom: 1px solid #CDB87B; padding-left: 5px;
}

a.listLink
{
	padding: 3px 5px 3px 0; text-decoration:none; color:#A00; text-decoration: underline;
}

a.listLink:hover
{
	color: #CDB87B;
}

.colourText { background-color:#F5F5F5;	border-bottom: 1px solid #015627; color: #83090F; font-weight: bold; }