body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

a:link {
	color: #628fa3;
	text-decoration: underline;
}

a:visited	{
	color: #628fa3;
}

a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 1.5em;
	padding-left: 0px;
}

.title {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 4px;
}

h3 {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 4px;
}

#banner {
	height: 87px;
	margin-left: 0px;
	background-color: #b9c3c8;
	display: block;
	white-space: nowrap;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9.5px;
	font-weight: bold;
	color: #999;
	line-height: 1em;
}

#banner a:link {
	color: #fff;
	text-decoration: none;
}

#banner a:visited	{
	color: #fff;
	text-decoration: none;
}

#banner a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: underline;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
