/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #333333;
}
body {
	background-color:#0375B4;
	margin-left: 0px;
	margin-top: 0px;
}
.style1 {
	font-size:10pt;
	color: #2F71EC;
	font-weight: bold;
}
.style2 {
	font-size:10pt;
	color:#0099CC;
	font-weight: bold;
}
.style3 {
	font-size:12pt;
	color: #2F71EC;
	font-weight: bold;
}
.style4 {
	color:#0099CC;
	font-style:italic;
}
.stylebold {
	font-weight:bold;
}
.styleitalics {
	font-style:italic;
}
.styleitalicsbold {
	font-weight:bold;
	font-style:italic;
}
p {
	margin:0 0 0.5em 0;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: none;
}
a:active {
	color: #6699CC;
	text-decoration: none;
}