html {
	font-size: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	background-color: #FFFFFF;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #164464;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6A98BD;
}
a img {
	border: 0px;
}
#page {
	margin:0 auto;
	width:900px;
}
#content {
	width:100%;
}
.pagearea {
	padding: 20px;
}
.pagearea a {
	color:#3162BE;
}
.pagearea a:hover {
	text-decoration:none;
}
.sidebar {
	background:#CCCCCC;
}
#sidebar a {
	display: block;
	padding: 9px 0 0 20px;
	height: 21px;
	color:#3162BE;
	border-bottom: 1px dashed;
}
#sidebar a:hover {
	text-decoration:none;
}
.footer {
	padding: 10px;
}

.footer a {
	color:#000000;
	background-color:inherit;
	font: 11px/19px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-bottom: 1px dashed;
}
.footer a:hover {
	color:#6798BF;
	border-bottom: 1px solid;
}