
body {
	background: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

body, td {
	font-size: 14px;
}

a:link, a:visited, a:hover, a:active { 
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 16px;
	text-align: center;
}

#header form {
	display: none;
}

.textfield {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.button {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #999999;
}

#menu {
	display: none;
}

#content {
	padding: 5px 15px 5px 5px;
	margin: 20px 50px 20px 50px;
	text-align: justify;
}

#disclaimer {
	margin-top: 20px;
	font-size: 10px;
	text-align: left;
	font-style: italic;
}

#content img {
	border: none;
	padding: 2px 5px 2px 5px;
}