@charset "utf-8";
/* CSS Document */


div#content h1{
	font-size:2.5em;
	color:#00FF00;
	text-indent: 5px;
}

div#content h2 a:link, div#content h2 a:visited, div#content h2 a:active{
	color:#2a4f99;
	text-indent: 5px;
	text-decoration:none;
	}
div#content h2 a:hover {
	text-shadow:#333333;
	text-decoration:underline;
	}
div#content h2{
	font-size:2em;
	color:#2a4f99;
	text-indent: 5px;
}

div#content h3{
	font-size:1.7em;
	color:#2a4f99;
	text-indent: 5px;
}

div#content h4{
	font-size:1.3em;
	color:#2a4f99;
	text-indent: 15px;
}

/* used for heading in the side bar */
div#sidebar1 h4{
	font-size:1.3em;
	color:#2a4f99;
	text-indent: 15px;
	}

/* this will be used on the testimonials */
div#sidebar1 h5{
	font-size:.8em;
	color:#000000;
	margin-left: 10px;
	}


.highlight {
background-color:#FFFF00;
}

/* used to highlight font in red */
.FontRed {
color:#FF0000;
}

/* used for testimonial boxes */
Div.Flex
{
float:none;
background-color:#FFFF66;
margin: 3px;
border: 2px solid;

}
.ProductFeatures{
	color: #666666;
	font-size: small;
	
}