body {
	background: #fff;
	background-repeat: no-repeat;
	margin: 0px;
}

td {
	font: 11px arial, serif;
	color: #000000;
}

.big {
	font: 12px arial, serif;
	color: #000000;
}

h1 {
	font: bold 16px Arial, serif;
	margin: 0px;
}

h2 {
	font: bold 14px Arial, serif;
	margin: 0px;
}

h3 {
	font: bold 12px Arial, serif;
	margin: 0px;
}

a:link, visited, hover {
	color : #000;
	text-decoration : underline;
}

a:visited {
	color : #000;
	text-decoration : underline;
}

a:hover {
	color : #000;
	text-decoration : none;
}

.textfield {
	font: 11px arial, serif;
	color: #6a6a6a;
	background-color: #fff;
	border: 1px solid #000;
}

.button {
	height: 30px;
}
