html, body, form {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background: #F4F4F4;
	font-family:  Arial Alternative Regular, Arial, Times New Roman;
	font-size: 11px;
	color: #000000;
	position: relative;
}

table {
	font-family:  Arial Alternative Regular, Arial, Times New Roman;
	border-collapse: collapse;
}

td {
	padding: 2px;
}

pre {
	font-family:  "Arial Alternative Regular", "Arial", "Times New Roman";
	font-size: 10px;
	color: #000000;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

hr {
	border: 0px;
	height: 1px;
	background-color: #F1BD19;
	color: #F1BD19;
}

a:link, a:visited, a:hover, a:active {
	color: #5F5F5F;
	text-decoration: none;
}