@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 0px;
	background-image: url(../images/red_white_bg_tile.png);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #c4112f;
	text-decoration: underline;
}

a:visited {
	color: #c4112f;
	text-decoration: underline;
}

a:hover {
	color: #4a4a4a;
	text-decoration: underline;
}

a:active {
	color: #c4112f;
	text-decoration: underline;
}#white_content {
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 25px;
}
#red_content {
	margin-top: 30px;
	margin-right: 45px;
	margin-bottom: 30px;
	margin-left: 45px;
	font-size: 14px;
	line-height: 21px;
	color: #FFF;
}
.bold_white_lg {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}
.bold_black_med {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
a {
    outline: none;
}