html {
	overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	background-color: #D2DAE6;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #567EB9;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 30px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6EAC1D;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
h3 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.small {
	color: #6EAC1D;
	font-size: 10px;
}
.medium {
	color: #567EB9;
}
.medium2 {
	color: #6EAC1D;
	font-size: 13px;
}
a:link {
	color: #456CA7;
}
a:hover {
	color: #999999;
}
a:visited {
	color: #456CA7;
}
a:active {
	color: #456CA7;
}
