BODY {
	background: #EEE;
	margin: 0px;
	font-family: Arial;
	font-size: 80%;
}

BODY, A {
	color: #333;
}

A {
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}

A:hover {
	color: #930009;
	text-decoration: none;	
	border-bottom: 1px dashed #930009;
}

A IMG {
    border: 0px;
}

INPUT, SELECT, TEXTAREA {
	font-family: Arial;
	font-size: 90%;
}

FORM {
	margin: 0px;
	padding: 0px;
}

ACRONYM { 
	border: none; 
	cursor: help; 
}

P { 
	margin: 0 0 10px; 
	line-height: 150%;
}

H1, H2, H3, H4, H5 {
	font-family: Georgia, Times;
}

LABEL {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

LABEL INPUT, LABEL SELECT {
	position: relative;
	top: 0px;
	left: 10px;
}

LABEL SPAN {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
} 