/* = Main Body ================================================================== */   

BODY
{
    margin: 0 0 0 0;
	background-color: #CCCCCC;
}

   
/* = Content ================================================================== */   

P, TD, INPUT
{
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

A:link, A:visited, A:active
{
    color: #000;
}

A:hover
{
    text-decoration: none;
    color: #000;
}

.bluefooter TD
{
	background-image: url('images/vector_footerbg.gif');
	color: #72C0CB;
	font-family: Arial;
    font-size: 10px;
}

.whitefooter
{
	background-image: url('images/vector_footerbg.gif');
	color: #fff;
	font-family: Arial;
    font-size: 10px;
}

.review {
	background-color: #D3EDD8;
	padding: 10px 10px 10px 20px;
}

.nav 
{
	background-color: #E9E9E9;
	padding: 10px 0 0 0;
}

UL
{
	font-family: Arial;
    font-size: 12px;
	line-height: 21px;
}

.nav LI
{
	list-style-type : none;
}

H2.mainheader
{
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	font-family: Verdana;
	background: #00B1FC;
	padding: 0 0 0 10px;
}

H2
{
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	font-family: Verdana;
	background: #17B05F;
	padding: 0 0 0 10px;
}