body,td,fieldset {
	background: URL("Images/bg.gif");
	color: #EEEEEE;
	font: 10pt Century Gothic, Albertus Medium, MS Sans Serif, Trebuchet MS;
}
h1,h2 {
	text-align: center;
	color: white;
}
th {
	color: white;
}
table {
	border: 1px solid black;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: orange;
}
fieldset {
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	border-color: #EEEEEE;
}
legend {
	color: white;
	font-weight: bold;
	font-size: 12pt;
}
button, input.submit {
	background: #777777;//URL("Images/bg.jpg");
	color: orange;
	font-weight: bold;
	cursor: hand;
}
hr {
	color: #EEEEEE;
}
