body {
	background-color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
}
.mastertable {
	background-color: #FFFFFF;
	}

th {
	text-align: left;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #999999;
	text-align: right;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h3 {
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #1E5B9A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E5B9A;
}
a {
	color: #FF6600;
	font-weight: bold;
}

a:hover {
	color: #FF3300;
}

.button {
	text-decoration: none;
}

a.button {
	color: #FF6600;
	font-weight: bold;
	background-color: #FFE6D5;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
	padding: 2px;
	border: 1px outset #FFD3B7;
}

a.button:hover {
	color: #FF6600;
	font-weight: bold;
	background-color: #FFD1B3;
	text-decoration: none;
	display: block;
}
.footer {
	font-size: 10px;
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
}
