.white_border {
	border: thin solid #FFFFFF;
}
.red_border {
	border: thin solid #CE0026;
}
.white_border_left {
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.white_border_right {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
h2 {
	font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue Black Condensed", "Arial Black";
	font-size: 16px;
	color: #CE0026;
	text-transform: uppercase;
	line-height: 4px;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 18px;
	margin: 3px;
	padding: 3px;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.offset_left {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
}
a:link {
	color: #CE0026;
}
a:hover {
	color: #FFFFFF;
}

a:active, a:focus {
outline: 0
}
