a: {
	color: #0860A8;
 }
a:link {
	color: #0860A8;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
.header {
	color: #0860A8;
	font-weight: bolder;
	font-size: 18px;
	font-family: sans-serif, Arial, Verdana;
}
.subheader {
	color: #003366;
	font-weight: bolder;
	font-size: 14px;
	font-family: sans-serif, Arial, Verdana;
}
.body {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	font-family: sans-serif, Arial, Verdana;
	text-align: justify;
}
.footer {
	color: #666666;
	font-size: 10px;
	font-family: sans-serif, Arial, Verdana;
}
.bold {
	font-weight: bolder;
}
.light_blue {
	color: #0860A8;
}
.dark_blue {
	color: #003366;
}
td.non_repeat {
	background-repeat: no-repeat;
}