h1 {
	color: #000000;
	font-variant: normal;
	font-size: 20px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
h2 {
	color: #000000;
	font-variant: normal;
	font-size: 20px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #81A6AC;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #006F7C;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #006F7C;
	text-decoration: underline;
}
li {
	font-size: 12px;
}
.Chart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 11px;
}