body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 24px;
	background-color: #CCCCCC;
	text-align: center;
	background-image: url(images/bg.jpg);
} 

td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 24px;
	text-align: left;
} 

.hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004A27
}
.anchorpoints {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #005674;
	padding: 20px 0 0 0;
	border-bottom: dotted;
	border-bottom-color: #333;
	border-bottom-width: 1px;
}
strong {
	color: #004A27;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004A27;
	border: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333
	border: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333
	border: none;
}

.content {
	padding: 0 20px 0 25px;
}

.footer {
	text-align: center;
	color: #ffffff;
	background-color: #015673;
	padding: 10px;
}
.dottedline {
	border-bottom: dotted;
	border-bottom-color: #888;
	border-bottom-width: 1px;
	clear: both;
}
img {
	border: none;
}
.imgleft {
	padding: 0 15px 5px 0;
	float: left;
	vertical-align: top;
	border: none;
}
