.footer {
 	background-color: #efefef;
 	padding: 5px;
 	color: #000;
 	font-size: 12px;
 	text-align: center;
}

body {
	margin: 1px;
	font-family: arial;
}

.ad {
	padding: 2px;
	background-color: #fff5eb;
	color: #fff;
	font-size: 12px;
}

img {
	border: 0;
}

.image {
	text-align: center;
}

.heading {
	background-color: #dd7210;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	text-align: left;
}

.header {
	background-color: #dd7210;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	text-align: left;
}


.nav {
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #aaa;
}

.spacer {
	height: 10px;
}

.content {
	padding: 3px;
	font-size: 11px;
	color: #000;
	text-align: left;
}

a {
	color: #000;
	text-decoration: underline;
}

