body {
	background-color: #EFEFEF;
	padding-top: 5px;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	text-align: left;
}

#wrapper {
	width:640px;
	margin:10px auto;
	background-color: White;
	border:1px solid silver;
	min-height:800px;
}

h1 {
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 20px;
	color: #00008B;
	line-height:24px;
}

div.Margin {
	margin:15px;
	text-align: left;
}

.Highlighted {
	background-color: #FEFF66;
}

.RedEmphasised {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	/*font-size: 20px;
	line-height: 24px;*/
}

.Emphasised {
	font-style: italic;
	
}

p {
	text-indent: 30px;
}

.Bold {
	font-weight: bold;
}

div.Frame {
	background-color: #FFFFCC;
	border:1px solid silver;
}

div.Frame1 {
	background-color: #FFFFFF;
	border:1px solid silver;
	text-align: left;
}

.FrameInside {
	border:1px solid silver;
	margin: 20px 50px;
	background-color: White;
	padding:5px;
	font-style: italic;
}

div#Offer {
	margin:10px 50px 0px 50px;;
	border:1px solid silver;
}

div#Offer h1 {
	font-size:18px;
}

div#Offer h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0 0 0 30px;
}



.Copyright {
	font-size:11px;
	color: #818181;
}

.NoIndent {
	text-indent: 0px;
}


 ul.Checkmark li {
	margin-left:50px;
	list-style: none;
  	background-image: url(../images/tick.png);
  	background-position: left middle;
  	background-repeat: no-repeat;
  	padding-left: 15px;  /* space for the image */
	margin-bottom:5px;
}

div#Offer li {
	margin-left:50px;
	list-style: none;
  	background-image: url(../images/plus.png);
  	background-position: left top;
  	background-repeat: no-repeat;
  	padding-left: 15px;  /* space for the image */
	margin-bottom:5px;
}	

div.Frame li {
	margin-left:30px;
	list-style: none;
  	background-image: url(../images/arrow.png);
  	background-position: left top;
  	background-repeat: no-repeat;
  	padding-left: 15px;  /* space for the image */
	margin-bottom:5px;
}

#Testimonials {
	margin-left:50px;
}

table#entrepreneurs h2 {
	margin: 0;
}

table#entrepreneurs td,  table#comparison td {
	padding: 5px;
	border-bottom: 1px dotted #674494;
}

table#entrepreneurs td, table#comparison td {
	font-size: 13px;
}

table#entrepreneurs tr.border-bottom-none td, 
tr.border-bottom-none td,
table#comparison tr.border-bottom-none td {
	border-bottom: 0px;
}

table#entrepreneurs, table#comparison {
	border: 1px solid #674494;
	margin: 10px 0;
}

.handwriting {
	font-family: 'Segoe Script', cursive;
	font-size: 24px;
	font-style: italic;
}
