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

body {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: .85em;
}
h6 {
	font-size: 1.1em;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #336666;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #336666;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #336666;
	font-size: 1.3em;
	padding-bottom: 2px;
	font-weight: bold;
}
