a:link 			{color: #0000FF; text-decoration: none;}
a:visited 		{color: #0000FF; text-decoration: none;}
a:hover			{color: #5F0000; text-decoration: underline;}
a:active		{color: #5F0000; text-decoration: underline;}

a.nav:link		{color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 15px; background: #5F0000 no-repeat; width: 170px; border: 1px solid #B6B4B5; margin: 2px; padding: 1px; text-align: center; display: block;}
a.nav:visited		{color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 15px; background: #5F0000 no-repeat; width: 170px; border: 1px solid #B6B4B5; margin: 2px; padding: 1px; text-align: center; display: block;}
a.nav:hover		{color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 15px; background: #555555 no-repeat; border: 1px solid #F4EBEA;}
a.nav:active		{color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 15px; background: #555555 no-repeat; border: 1px solid #F4EBEA;}

html, body {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #555555;
	background: #CCCCCC;
	min-height: 100%;
	margin: 0px;
	background-image: url("../images/bg-margin.gif");
	}

.header {
	font-family: verdana, arial, helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #555555;
	}

.subheader {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	}

.title {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #CC3636;
	padding-top: 15px;
	}
	
.footer {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #F4EBEA;
	padding: 8px 14px 8px 0px;
	background: #5F0000;
	}

.hilite {
	color: #CC3636;
	}

.small  {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #555555;
	}

.margin {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #555555;
	}

.margin-header {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #CC3636;
	}

div.box {
	border: 1px dashed #5F0000;
	margin: 20px;
	background: #FAF6F5;
	padding-left: 20px;
	padding-right: 20px;
	}

div.testimonial {
	border: 1px dashed #5F0000;
	margin: 40px;
	background: #ECECEC;
	}
	
p.testimonial {
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
	}

div.bonus {
	border: 1px dashed #BF6600;
	margin: 20px;
	background: #ECECEC;
	}
	
.bonus  {
	padding-left: 20px;
	padding-right: 20px;
	}

ul
	{
	list-style-type: lower-alpha
	}