a:link 			{color: #1C90BF; text-decoration: none; font-weight: bold;}
a:visited 		{color: #1C90BF; text-decoration: none; font-weight: bold;}
a:hover			{color: #1C90BF; text-decoration: underline; font-weight: bold;}
a:active		{color: #1C90BF; text-decoration: underline; font-weight: bold;}

a.margin:link 		{color: #1C90BF; text-decoration: none; font-size: 8pt; font-weight: normal;}
a.margin:visited 	{color: #1C90BF; text-decoration: none; font-size: 8pt; font-weight: normal;}
a.margin:hover		{color: #1C90BF; text-decoration: underline; font-size: 8pt; font-weight: normal;}
a.margin:active		{color: #1C90BF; text-decoration: underline; font-size: 8pt; font-weight: normal;}

a.footer:link 		{color: #85B2D5; text-decoration: none; font-size: 7.5pt; font-weight: normal;}
a.footer:visited 	{color: #85B2D5; text-decoration: none; font-size: 7.5pt; font-weight: normal;}
a.footer:hover		{color: #85B2D5; text-decoration: underline; font-size: 7.5pt; font-weight: normal;}
a.footer:active		{color: #85B2D5; text-decoration: underline; font-size: 7.5pt; font-weight: normal;}

html, body {
	font-family: verdana, tahoma, helvetica;
	font-size: 9pt;
	color: #555555;
	min-height: 100%;
	margin: 0px;
	line-height: 19px;
	background: #FFFFFF;
	/*background-image: url(../images/bg.gif);*/
	/*background-position: top left;*/
	/*background-repeat: no-repeat;*/
	}

.header {
	font-family: verdana, tahoma, helvetica;
	font-size: 15pt;
	font-weight: bold;
	color: #CA7218;
	line-height: 21px;
	}

.subheader {
	font-family: verdana, tahoma, helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #CA7218;
	}
 
.main	{
	padding: 6px 12px 0px 12px;
	background-color: #FEFEFC;
	/*background-image: url(../images/bg-main.gif);*/
	/*background-position: bottom right;*/
	/*background-repeat: no-repeat;*/
	}
	
.margin {
	font-family: verdana, tahoma, helvetica;
	font-size: 8pt;
	color: #888888;
	line-height: 16px;
	/*background-image: url(../images/bg-mgn.gif);*/
	/*background-position: top left;*/
	/*background-repeat: no-repeat;*/
	}

.footer {
	font-family: verdana, tahoma, helvetica;
	font-size: 7.5pt;
	color: #85B2D5;
	}

td.factoid {
	padding: 10px 10px 10px 10px;
	border-left: 2px solid #7D1510;
	border-right: 2px solid #7D1510;
	border-top: 2px solid #7D1510;
    border-bottom: 2px solid #7D1510;
    font-size: 14px;
	background-image: url("../images/bg-margin.gif");
	background-position: top left;
	background-repeat: repeat-x;
	}

.testimonials {
	margin: 10px;
	padding: 0px 20px;
	border: 1px solid #CCCCCC;
	background: #FBF5EF;
	}
	
.hilite	{
	color: #52CD34;
	}

.hilite-bg	{
	background-color: #FEF855;
	}

.box    {
	border: 1px solid #C1C2AC;
	background: #FAFFE3;
	margin: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
ul	{
	margin-top: 4px;
	margin-bottom: 4px;
	}

li	{
	margin-top: 5px;
	margin-bottom: 5px;
	}

div.box-guarantee {
	border: 2px solid #CC3300;
	background: #E0EBEA;
    font-size: 14px;
    font-weight: bold;
    color: #CC3300;
	margin: 0px 20px;
	padding-left: 20px;
	padding-right: 20px;
	/*background-image: url("../images/bg-box.gif");*/
	/*background-repeat: repeat-x;*/
	}

div.bonus {
	border: 2px dashed #7D1510;
	background: #F6F6F6;
	margin: 20px;
	padding-left: 20px;
	padding-right: 20px;
    padding-bottom: 5px;
	/*background-image: url("../images/bg-box.gif");*/
	/*background-repeat: repeat-x;*/
	}
