body, td {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #555599;
}
h1, h2, p, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ee9911;
}
hr {
	background-color: #ee9911;
	color: #ee9911;
	width:100%;
	height:2px;
}
h3, h3.a {
	font-family: Arial, Helvetica, sans-serif;
	color: #555599;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #555599;
	text-decoration: underlined;
	font-weight:bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ee9911;
	text-decoration: underlined;
}
i, em {
	font-style:italic;
}
b, strong {
	font-weight:bold;
}
hr {
	width: 50%;
}


