body {font-family: tahoma, trebuchet ms, verdana, sans-serif; 
	color: black;
	background-color: white;
	font-size: 11pt; 
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	
}
h1 {
	font-size: 28pt;
	line-height: 36pt;
	color: #cc0000; 
	text-align: center;
}
h2 {font-size: 18pt;
	line-height: 22pt;
	color: black; 
	text-align: center;
}
h3 {font-size: 48pt;
margin-top: 10px;
margin-bottom: 4px;
	color: red; 
	text-align: center;
}

h4 {
	margin-top: -2px;

	font-size: 24pt;
	line-height: 28pt;
	color: #cc0000; 
	text-align: center;
}


h5 {
	margin-top: -2px;
	margin-bottom: 14px;
	font-size: 40pt;
	color: #cc0000; 
	text-align: center;
}
h6 {
	font-size: 48pt;
	color: black; 
	text-align: center;
	
}
.header {
	text-align: center;
	height: 290px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/HeaderBGfade.png);
	background-repeat: repeat-x;
		background-color: white;
}

.headercontent {
	text-align: center;
	height: 290px;
	width: 900px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/HeaderBG.png);
	background-repeat: no-repeat;
		background-color: white;
}

.bodycopy {
	text-align: center;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.bodycopycontent {
	text-align: left;
	height: 100%;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.headline {
	font-size: 24pt;
	color: #ff5113;
	text-align: left;
	line-height: 28pt;
}


.optin{
	text-align: left;
	height: 380px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/OptinBoxBG.png);
	background-repeat: no-repeat;
}

.optin{
	text-align: left;
	height: 380px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/OptinBoxBG.png);
	background-repeat: no-repeat;
}

.optincontent{
	text-align: left;
	font-size: 10pt;
	color: white;
	height: 380px;
	width: 260px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	line-height: 100%;

}

.footer {
	text-align: center;
	height: 100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/FooterBG.png);
	background-repeat: repeat;
	background-color: white;
}

.footercontent {
	text-align: center;
	height: 100px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/FooterContentBG.png);
	font-size: 10pt;
	color: orange;

}

.dashedbox{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: yellow;
	width: 640px;
	padding: 20px;
	font-size: 11pt;
	line-height: 15pt;
	height: 100%;
	border: solid medium black;

}

.dashedbox2{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: white;
	width: 660px;
	padding: 20px;
	font-size: 12pt;
	line-height: 16pt;
	height: 100%;
	border: dashed thick red;

}