@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
body {
	background-color: #1ba3dd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #999999;
}
.bigblue {
	font-size: 21px;
	font-weight: bold;
	color: #1BA3DD;
	line-height: 20px;
}
.bigred {
	font-size: 14px;
	color: #D4138A;
	font-weight: bold;
	line-height: 20px;
}
.biggreen {
	font-size: 21px;
	color: #99CA3C;
	font-weight: bold;
	line-height: 20px;
}
.bigorange {
	font-size: 21px;
	color: #f26722;
	font-weight: bold;
	line-height: 20px;
}
.red {color: #D4138A; font-size: 12px;}
.blue {color: #1BA3DD; font-size: 12px;}
.footer {
	font-size: 9px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.redlinks {
	font-size: 12px;
	font-weight: bold;
	color: #D4138A;
}
a.redlinks, a.redlinks:link, a.redlinks:visited {
	text-decoration:none;
	color:#D4138A;
}

a.redlinks:hover {
	text-decoration:none;
	color:#999999;
}
.verybigred {
	font-size: 21px;
	color: #D4138A;
	font-weight: bold;
	line-height: 20px;
}