@charset "UTF-8";
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
}
.hdr, .hdr-no-space {
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #D40818;
	font-weight: 100;
}

.hdr { line-height: 1.6em; }
.hdr-no-space { line-height: normal; }

.hdr-lrg {
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #D40818;
	line-height: 1.6em;
	font-weight: 100;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.3em;
}
.hdr2 {
	font-weight: bold;
	color: #3B69A8;
}
.red {
	font-weight: bold;
	color: #D40818;
}
.ftr {
	font-size: 11px;
	color: #999999;
}
a:link {
	color: #3B69A8;
	text-decoration: none;
}
a:visited {
	color: #3B69A8;
	text-decoration: none;
}
a:hover {
	color: #D40818;
	text-decoration: none;
}

a:link.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:visited.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:hover.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F4D562;
	text-decoration: none;
	font-weight: normal;
}
