@charset "utf-8";
html, body {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

body {
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

* html body table { font-size: 13px;}

div, p, table, th, td, li, .normal {font-size: 13px;}

h1, h2, h3, h4, h5, h6, p { margin-top: 0;}

.small { font-size:0.9em}

a, a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

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

h1 { font-size: 22px; color: #6633CC; font-weight: bold;}
h2 { font-size: 20px; color: #A21C1D; font-weight: bold;}
h3, .heading { font-size: 18px; color: #553EC2; font-weight: bold;}
h4, .subheading { font-size: 16px; color: #553EC2; font-weight: bold;}
h5, .subsubheading { font-size: 15px; color: #000000; font-weight: bold;}
h6 { font-size: 10px; color: #069; font-style: italic;}

img {
	border: 0;
}

ul { line-height: 24px}

ul.tick {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
}

ul.tick li {
	padding-left: 20px;
	padding-bottom: 3px;
	background-image:url(../images/tick.gif);
	background-repeat:no-repeat;
	background-position: 0 0.3em;
}


.coloured { color:#CC0000; font-weight:bold}

.underlined { text-decoration: underline}

.optinbox {
	padding: 0 15px 0 15px;
	border: 2px solid #660000;
	background: #FFFFCC none;
	width: 335px;
	margin-left:auto;
	margin-right:auto;	
}

.signupbox {
	padding: 0 15px 0 15px;
	border: 2px solid #660000;
	background: #FFFFCC none;
	width: 450px;
	margin-left:auto;
	margin-right:auto;	
}

.signup {
	font-size: 14px;
	font-weight: bold;
}

.highlight {
	color: #553EC2;
	font-weight: bold;
	font-style:italic;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.clr { clear: both;}

.stepstrategy {
	color: #EB2D2F; 
	font-weight: bold;
}

.pt {
	color: #EB2D2F; 
	font-weight: bold;
}

.ltb {
	color: #EB2D2F; 
	font-weight: bold;
	font-style: italic;
}

table.testimonial {
	margin:0; 
	padding:0;
	background-color:#FFFFCC;	
	border: 2px dashed #A21C1D;
	width:554px;	
}

table.testimonial td { 
	padding: 8px 12px 8px 12px;
	text-align:left;			
}

.largebold { 
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#container {
	width: 755px;
	background: #FFFFFF;
	margin: 5px auto 0 auto;
	border: 1px solid #553EC2;
	text-align: left;
}

#header {
	background: #FFF; 
}

#mainContent {
	padding: 0 40px; 
	background: #FFFFFF;
}

#footer {
	padding: 0 10px; 
	background:#FFFFFF;
}

#footer p {
	margin: 0; 
	padding: 10px 0;
	font-size: 10px;
	text-align:center;
}

#footer a, a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

#footer a:hover {
	color: #006699;
	text-decoration: underline;
}