a:link {
	color: #993300;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #993300;
}

a:hover {
	text-decoration: none;
	color: #4E3F2C;
	background-color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #993300;
}

body {
	background: fixed;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.maintext {
	font-family: Calibri, Tahoma, "Bell Gothic Std Light", Base9;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	}

.prop {
	font-size: 16px;	
	font-variant: normal;
	font-weight: bold;
	}
	
.steve {
	font-size: 18px;
	}
	
.invis {
	color: #D7D7D7;
	}
	
.form {
	border: 1px outset;
	border-color:#000000;
	font-family: Calibri, Tahoma, "Bell Gothic Std Light", Base9;
	}
	
.footer {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF; 
	}

