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

/* Headings */

h1 {
	margin: 0px;	
}

h2 {
	margin: 0px;
}

/* Basic Formats */

body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0px;
}

/* Link Styles */

a.bodyLink {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

a.bodyLink:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

a.bodyLink:visited {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}

a.footerLink {
	color: #FFF;
	text-decoration: undeline;
}

a.footerLink:hover {
	color: #FFF;
	text-decoration: none;
}

a.badgeLink {
	text-decoration: underline;
}

a.badgeLink:hover {
	text-decoration: none;
}
	

/* Margins */

.positioningStatement {
	padding-top: 30px;
	padding-left: 60px;
}	

/* Text Styles */

.indexTitles {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	color: #c6fc70;
}

.badgeCopy {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
	padding-left: 5px;
}

.badgeLink {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 8px;
	color: #000;
}

.retailerLookup {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 6px;
}

.bodyCopy {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding-bottom: 20px;
}

.bodyCopyCallout {
	font-size: 14px;
	line-height: 20px;
	color: #c6fc70;
	padding-bottom: 20px;
}

.footerCopy {
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
}