.header {
	font-size: 8.5pt;
	color: white;
	font-family: Trebuchet MS;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
}

.body {
	background-color: B3966C;
	color: black;
	font-family: Trebuchet MS;
	font-size: 10pt;
}

.left {
	font-family: Trebuchet MS;
		color: #B19E62;
	font-style: italic;
	font-size: 11pt;
	text-decoration: none
	

}

:hover.left {
	color: white;
	text-decoration: underline;
}

.footer {
	font-size: 7pt;
	color: white;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.form {
	border:1px solid #000000; 
	background-color: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 8pt;
}