a {
	color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
}

a:link {
	color: #0099CC;
}

a:visited {
	color: #0077AA;
}

a:hover {
	background-color: #EEEEEE;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #CCCCCC;
	font-size: 28px;
	font-weight: 900;
	line-height: 28px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

img {
	border: none;
}

li {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
}

p {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 13px 0px;
}

.banner {
	color: #0077AA;
	font-size: 28px;
	font-weight: 900;
	line-height: 28px;
	margin: 10px 0px 0px 10px;
}

.legal {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0px 5px 0px;
	padding: 0px;
	text-align: right;
}

.section {
	font-size: 14px;
	font-weight: 900;
	line-height: 17px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#Content {
	margin: 0px 210px 50px 10px;
	padding: 10px;
}

#Content > p {
	margin: 0px;
}

#Header {
	background-color: #EEEEEE;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	height: 14px;
	line-height: 11px;
	margin: 10px 0px 10px 0px;
	padding: 13px 0px 5px 20px;
}

#Menu {
	background-color: #EEEEEE;
	border: 1px dashed #999999;
	line-height: 17px;
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 100px;
	width: 175px;
}