body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
body {
	background-color: #2E3852;
}
a:link {
	color: #6699CC;
}
a:visited {
	color: #6699CC;
}
a:active {
	color: #6699CC;
}
a:hover {
	color: #FFFFFF;
}
.whitebold {
	font-weight: bold;
}
.blueheader {
	color: #6ba6ce;
	font-size: 16px;
	font-weight: bold;
}
.bluebold {
	color: #6ba6ce;
	font-size: 12px;
	font-weight: bold;
}
.smallitallic {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}