@charset "utf-8";
td {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	padding: 0;
	background-color: #f0ebe7;
	}
h1 {
	font-size: 24px;
	font-weight: normal;
	}
label {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	width: 125px;
	padding-right: 20px;
	}
#dates label {
	margin-bottom: 0px;
	}
input, select, option {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	}
br {
	clear: left;
	}
a:link, a:visited, a:active {
	color: #B795B6;
	text-decoration: none;
	}
a:hover {
	color: #B795B6;
	text-decoration: none;
	}
.great {
	font-weight: bold;
	font-size: 12px;
	}

