BODY {
	margin: 0 	px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 8pt;
}

H1 {
	font-size: 12pt;
	margin: 0px 20px;
}

H2 {
	color: red; 
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 20px 10px 20px;
}

P {
	font-size: 8pt;
	margin: 0px 20px;
	line-height: 17px;
}

SPAN {
	width: 125;
}

#header {
	height: 70;
	background-color: #000000;
	background-image: url('../images/logo.png');
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 2px solid red;
	margin-bottom: 20px;
}
