body {
	margin: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 0;
}

a img {
	border: 0;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	background: url(images/foot_stock_banner.jpg) left center no-repeat;
	width: 100%;
	height: 300px;
	border-bottom: 1px solid #ddd;
}

p {
	font-size: 11pt;
	line-height: 1.4em;
	color: #555;
}

h3 {
	font-weight: normal;
	font-size: 1.5em;
	color: #24275E;
}

.footer {
	margin: 30px 0px 50px 30px;
	font-size: 0.8em;
	color: gray;
	text-align: center;
}

.captioned {
	font-size: 0.8em;
	color: #B0291B;
	text-align: center;
	margin: 10px;
	line-height: normal;
}