body {
	margin:0px;
	background-color:#000000;
	color:#FFFFFF;
}

a:link {
	color : #FFFFFF;
	text-decoration : none;
}

a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

a:active {
	color : #FFFFFF;
	text-decoration : none;
}

body, td, input, select {
	font-family : Arial;
	font-size : 11px;
}

.header {
	font-size : 14px;
	font-weight : bold;
	color : #000000;
}

.button {
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	cursor : hand;
}

.field {
	font-family : Arial;
	border : 1px solid #000000;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
}
