/* CSS Document */

body {
	margin: 25px;
}

body, p, h1, h2, h3, div, table tr td, #header, #footer {
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none;
	color:#333; 
	text-align: justify;
}

h1, h2, h3, #header {
	text-transform: uppercase;
}

body, p {
	font-size:11px; 
}

#header, #footer {
	padding: 5px 0px;
	font-weight: bold;
	font-size: 9px;
}

#header {
	border-bottom: solid 1px #333;
}

#footer {
	border-top: solid 1px #333;
}

