body
{
    margin: 0px;
    font-family: arial;
    font-size: 12px;
}
.leftnav
{
    color: #FFFFFF;
    font-size: 12px;
}
.leftnav a:link
{
    font-family: arial;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.leftnav a:hover
{
    font-family: arial;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
}
.leftnav a:visited
{
    font-family: arial;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.leftnavSelected
{
    color: #5A0010;
    font-family: arial;
    font-size: 12px;
    font-weight: 900;
    text-decoration: underline;
    border-collapse: collapse;
	border: 1px #5A0010 solid;
}
.mainContainer
{
    font-family: arial;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.mainContainer a:link
{
    font-family: arial;
    color: #5A0010;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.mainContainer a:hover
{
    font-family: arial;
    color: #5A0010;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.mainContainer a:visited
{
    font-family: arial;
    color: #5A0010;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.footer
{
    font-family: arial;
    font-size: 10px;
}
.footer a:link
{
    font-family: arial;
    color: #5A0010;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.footer a:hover
{
    font-family: arial;
    color: #5A0010;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
.footer a:visited
{
    font-family: arial;
    color: #5A0010;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.testimonialtype 
{
	font-family: monospace;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #F0F8FF;
}
.heading
{
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	font-family: arial;
	height: 22px;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
	background-color: #21105A;
	color: #FFFFFF;
}
.pricingTableHeading 
{
	background-color: #D3D3D3;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.pricingTable 
{
	background-color: #F5F5F5;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 2px;
}
.headerTable
{
    background-image: url(../images/stretch.gif);
}

