body {
	background-color: #EAF3FC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.regular_black {
	color: #000000;
	font-size: 13px;
	font-family: tahoma;
}
.regular_red {
	color: #EE0208;
	font-size: 13px;
	font-family: tahoma;
	font-weight:bold;
}
.footertext {
	color: #5C5C5D;
	font-size: 13px;
	font-family: tahoma;
}
a:link {
	color: #5C5C5D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5C5C5D;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.bluelink:link {
	color: #0109B5;
	text-decoration: none;
}
.bluelink:visited {
	text-decoration: none;
	color: #0109B5;
}
.bluelink:hover {
	text-decoration: none;
	color: #0109B5;
}
.bluelink:active {
	text-decoration: none;
	color: #0109B5;
}