html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	text-align: center;
	background: #e70007;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a:visited{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

h1{
	color: #CC6884;
	font-size: 24px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	line-height: 1.4em;
}

h2{
	color: #CC6884;
	font-size: 22px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	
}

h3{
	color: #CC6884;
	font-size: 20px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	
}

h4{
	color: #CC6884;
	font-size: 18px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	
}

h5{
	color: #CC6884;
	font-size: 18px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	
}

h6{
	color: #CC6884;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 16px;
	line-height: 1.4em;
	
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link{
	color: #CC6884;
	border-bottom: 1px dotted #CC6884;
	
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color: #CC6884;
	border-bottom: 1px dotted #CC6884;
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #97313e;
	text-decoration: none;
	border-bottom: 1px solid #97313e;
}

ol{
	list-style:decimal;
	margin: 0 0 0 20px;
}

ul{
	list-style: circle;
	margin: 0 0 0 20px;
}

p, li{
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	padding: 0 0 5px 0;
}

strong{
	font-weight: bold;
}
div.masthead {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	padding: 100px 0;
}
.masthead h1{
}
.masthead h2{
	margin: 130px 0 0 0;
}
h1{
	margin: 30px 0;
}

h2{
	display: block;
	width: 800px;
	font-size: 22px;
	text-align: center;
	margin: 20px auto 0;
	font-style: italic;
}

div.newsletter{
	width: 600px;
	font-size: 22px;
	text-align: center;
	margin: 30px auto;
	padding: 30px;
	background: #eee;
	border: 1px solid #CC6884;
}

div.newsletter h3{
	font-style: italic;
	font-size: 16px;
}

div.footer{
	margin: 30px auto;
	text-align: center;
	
}
div.footer p{
	color: #fff;
	opacity:.5;
}