/* CSS Document */

body {
	background-color: #4A403E;
	margin-top: 40px;
	line-height: 10pt;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	color: #4A403E;
	line-height: 9pt;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
a:hover {
	background-color: #07A0C5;
	text-decoration: underline;
}
.style1 {color: #07A0C5}
.style2 {color: #373A3A}
