body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

hr{
	color: #000000;
	height: 1px;
	width: 90%;
}
ul {
	list-style-image: url(../../images/arrow.gif);	
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
 	/*font-size: .9em;*/
	color: #425929;
	border: 1px inset #A1978F;
}
/* custom styles */
#hpTopNews {
	font-size: .75em;
	padding: 0px 15px 0px 15px;
	height: 184px;
	overflow: auto;
}
.errorMessage {
	font-weight: bold;
	background-color: #F0D0D3;
	border: 1px solid #990000;
	padding: 10px 10px 10px 20px;
	margin: 10px 0;
	color: #CC0000;
}
