@charset "UTF-8";
/* CSS Document */

a {
	color:#016A6D;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color:#016A6D;
}
a:hover {
	Text-Decoration: underline;
	color:#016A6D;
}
	
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
.oneColElsCtr #container {
	width: 46em;
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
}
.oneColElsCtr #mainContent {
	padding: 0 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
p {
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}
