body {
	color: #ffffff;
}
a:link, a:visited, a:active, a:hover {
	color: #ff9900;
	text-decoration: underline;
}
th, td, p, div, span, ul, li {
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h3  {
	font-size: 20px;
	color: #ff9900;
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
hr {
	border: 0;
	color: rgb(255,153,0);
	background-color: rgb(255,153,0);
	height: 1px;
}
li {
	margin-bottom: 1.5ex;
}
ul {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.error {
	font-size: 14px;
	color: #ff9900;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}