HTML {
	margin: 0px;
}

H1 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #535353;
	margin: 0px;
}

BODY, P, TD, PRE {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

A:link, A:visited, A:active {
	font-family: Arial;
	font-size: 11px;
	font-style: none;
	text-decoration: none;
	color: #000000;
}

A:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: none;
	text-decoration: none;
	color: #BF1112;
}

INPUT, TEXTAREA {
	font-family: Arial;
	border: solid 1 #AAAAAA;
}

HR {
	height: 1px;
	border: none;
	color: #000000;
}