body {
	background-color: white;
	font-family:arial,sans-serif;
	font-size:10pt;
	margin-bottom:5em;
	}
	
h1 {
	font-size:18pt;
}
	
h2 {
	font-size:12pt;
}

h3 {
	font-size:10pt;
}

h1,h2,h3 {
	clear:left;
}
a {
	color:black;
	text-decoration:none;
}
img {
	float:left;
	margin:0px 15px 15px 0px;
}
	
/* Content Blocks */

#background {
	width:100%;
}

#container {
	width:95%
}

#header, #contentSub, #footer {
	display:none;
}
#breadcrumb {
	font-size:8pt;
}
