@charset "utf-8";
body {
	background-color: #0A1857;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif, "Century Gothic";
	font-size:16px;
}
.mainheader	{
	font-size:45px;
}
.red	{
	color:#E60000;
}

.blue	{
	color:#31538A;
}

.medium	{
	font-size:25px;
}

.small	{
	font-size:15px;
}

.numberbg	{
	background-image:url(images/background_phone.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:20px;
}

a:link, a:hover, a:visited	{
	color: #0A1857;
	text-decoration:underline;
}