.horizrules {
	background-image: url(assets/Amron_Logo_LineRepeat.png);
	background-repeat: repeat-x;
}
.labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	font-weight: bold;
}
.bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	/* [disabled]font-weight: bold; */
	padding-right: 10px;
	padding-left: 10px;
}
body {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(assets/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	line-height: 16;
	text-align: center;
}
p {
	text-align: center;
	font-size: medium;
	line-height: 150%;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #003300;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:link {
	color: #505050;
	text-decoration: underline;
}
