body {
	background-color: #bdcfc6;
	margin: 0px;
}
.smtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-top: 20px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	padding: 20px;
	line-height: 24px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-top: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
a:link {
	color: #2D514A;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #2D514A;
}
a:active {
	color: #2D514A;
}
