body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-top: 0;
	margin-left: 0;
}

img {
	border: 0;
	margin: 0px;
}

#menu {
    display: none;
}

hr {
	display: none;
}

a:link, a:visited {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

a:link:after, a:visited:after {
content: " [" attr(href) "]";
}

input, select, textarea {
  	border: 1px solid #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	background-color: #ffffff;
	color: #000000;
}

