/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-color: #000000;
	color: #000000;
}
a.style1:link {
	text-decoration: none;
}
a.style1:hover {
	text-decoration: none;
	color: #8098bf;
}
a.style1:visited {
	text-decoration: none;
}
a.style1:active {
	text-decoration: none;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; font-color: #000000; color: #000000; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8098bf;
	text-decoration:none
}
a.footer:active {
	color: #8098bf;
}
a.footer:hover {
	text-decoration:underline;
	color: #8098bf;
}
a.footer:link {
	color: #8098bf;
}
a.footer:visited {
	color: #8098bf;
}