body {
	color: #000000;
	background-color: #F9E9CC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

a img {border: none; }

a:link, a:active, a:visited {
	color: #8F0B00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



input, textarea, option, select {
	background-color: #F9E9CC;
	font: arial;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #000000;
	padding: 2px;
}

#mainimg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1; 
	width: 487px;
	height: 342px;
	}
	
#maincontent {
	position: absolute;
	left: 22px;
	top: 347px;
	z-index: 2;
	margin: 0px;
	width: 435px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: small;
}


.heading {
	font-size: larger;
	font-variant: small-caps;
	font-weight: bold;
}

.label {
	font-variant: small-caps;
	font-weight: bold;
}

.disclaimer {
	font-size: smaller;
}