﻿body
{
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-color: #4F4F4F;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: Black;	
	margin: 0px;
	padding: 0px;
}

div
{	
	margin: 0px;
	padding: 0px;
}

a
{
	color: #626262;	
}

a:hover
{
	color: #FFB03C;
	text-decoration: underline;
}

a img 
{
	border: 0px;	
}
	
li
{
	margin-bottom:10px;
}
	
.header
{
	color:#E48700;
	font-weight: bold;	
}

.mastertable
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;	
	margin-top: 30px;
}

.tabcontainer
{
	margin-right: -10px;
	float:right;
	clear:right;
	height:43px;
	background-image:url(/images/tabs-background.jpg);
	background-color:#3D83D5;
}

.tab
{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 11px;	
	vertical-align: top;			
}

.tabselected
{
	background-image:url(/images/tabs-background-selected.gif);	
}

.homebg
{
	background-image:url(/images/background-home.jpg);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.subbg
{
	background-image:url(/images/background-sub.jpg);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.footer
{
	color: White;
	text-align: center;	
	font-size: 10px;
}

.headerimage
{
	margin-top: 25px;
	margin-bottom: 35px;
}

.testimonialtext
{
	font-size:11px;
	line-height:18px;
}

.comparechart td
{
	border-bottom: solid 1px #E6E6E6;
}

.loginbox
{
	font-size: 11px;	
}

