body, html {

	height: 100%;
	margin: 0px;
	
	/* 'Opera' fix */
	padding: 0px;

}

body {

	background-color: #000000;

}

div {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;

}

p, h1 {

	margin-top: 0px;
	margin-bottom: 10px;

}

h1 {

	font-size: 13px;

}

a {

	text-decoration: none;
	color: #000000;

}

a:hover {

	color: #FFFFFF;

}

label, input, textarea {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 115px;
	line-height: 20px;
	padding-right: 10px;
	
	/*
		[2005.08.18]
		Mark: Neil has requested that everything be aligned left.
	*/
	text-align: left;
}

img {

	/*
	To fix the 'image white space' issue in IE
	set all images to display like a 'block' element
	instead of like a 'inline' element.
	*/
	display: block;

}

ul {

	margin-bottom: 0px;

}
