@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 14px;
	color:#3C84BF
}
h2 {
	font-size: 20px;
	color: #183B13;
}
h3 {
	font-size: 20px;
	color: #333366;
}
.style1 {color: #FFFFFF;font-weight: bold;}
.style3 {color: #333333}
.style4 {color: #183B13}
.style5 {color: #FFFFFF}
.style6 {color: #000000; text-decoration: bold}