HTML {
	margin: 0;
}

H1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #E9A131;
	margin: 0px 0px 5px 0px;
}

BODY, P, TD {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.title {
	color: #FFFFFF;
}

A:link, A:visited, A:active {
	font-family: Arial;
	font-size: 11px;
	font-style: none;
	text-decoration: none;
	color: #E9A131;
}

A:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: none;
	text-decoration: none;
	color: #FFFFFF;
}

INPUT, TEXTAREA {
	font-family: Arial;
	border: solid 1 #000000;
	font-family: Arial;
	font-size: 11px;
}

select {
	font-family: Arial;
	font-size: 11px;
}

.button {
	border: 1px solid #000000;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background: #595959;
	height: 19px;
	cursor: hand;
	padding: 1px 3px 1px 3px;
}

