@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.5weekBody {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.freeShip {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.HeadOne {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFF;
}
.HeadTwo {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFF;
}
.quote {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.copyright {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
}
.smalltype {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
}

