html, body, table, div, noscript, td, embed {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

body {
	background: #FFFFFF url('../images/layout_bg.gif') repeat-x scroll top left;
	margin: 0px;
}

#home.menu, #home.menu:link {
	background: url("../images/nav/home.gif") 0 0 no-repeat;
	width: 109px;
	height: 25px;
}

#home.menu:hover {
	background-position: -109 0;
}

#compare.menu, #compare.menu:link {
	background: url("../images/nav/compare.gif") 0 0 no-repeat;
	width: 190px;
	height: 25px;
}

#compare.menu:hover {
	background-position: -190 0;
}

#tos.menu, #tos.menu:link {
	background: url("../images/nav/tos.gif") 0 0 no-repeat;
	width: 205px;
	height: 25px;
}

#tos.menu:hover {
	background-position: -205 0;
}

#contact.menu, #contact.menu:link {
	background: url("../images/nav/contact.gif") 0 0 no-repeat;
	width: 160px;
	height: 25px;
}

#contact.menu:hover {
	background-position: -160 0;
}

#signup.menu, #signup.menu:link {
	background: url("../images/nav/signup.gif") 0 0 no-repeat;
	width: 120px;
	height: 25px;
}

#signup.menu:hover {
	background-position: -120 0;
}

p {
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

.plan_text {
	font-size: 9px;
	font-weight: normal;
}

.reseller_text {
	font-size: 14px;
	font-family: 'Trebuchet MS', verdana, tahoma, helvetica, arial, sans-serif;
	font-weight: normal;
	text-width: 120%;
}

input {
	font-size: 9px;
}

input.formBtn, input.Login {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	border: 1px solid black;
	color: #384857;
	width: 55px;
	background-color: #F0F5FB;
}

.resellerAd {
	background: url("../images/reseller_ad.gif");
}

.newsHeader {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 13px;
	text-indent: 5px;
}

.newsBody {
	text-align: justify;
	text-indent: 20px; 
	padding: 10px;
	font-size: 12px;
}

.newsItem {
	border: 1px solid #ccd6df;
}

.standardCell {
	background-color: #D0EEFB;
	padding: 3px;
}

.executiveCell {
	background-color: #D2F9EC;
	padding: 3px;
}

.eliteCell {
	background-color: #FFE6CC;
	padding: 3px;
}

.reseller1Cell {
	background: url("../images/reseller1.jpg");
	padding: 3px;
}

.reseller2Cell {
	background: url("../images/reseller2.jpg");
	padding: 3px;
}

.reseller3Cell {
	background: url("../images/reseller3.jpg");
	padding: 3px;
}

.planCell {
	background-color: #FFFFFF;
	padding: 3px;
}

.compareCell {
	background-color: #E1E4E9;
	padding: 3px;
}

.planHeaderCell {
	background-color: #00508D;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

.formInfo, .signupForm, .reqField {
	font-size: 9px;
}

.formInfo {
	color: #808080;
}

.reqField {
	color: #FF0000;
}

.formHeader {
	font-size: 13px;
	font-weight: bold;
}

.formSectionHeader {
	font-size: 11px;
	font-weight: bold;
}

.loginText {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid black;
	color: #384857;
	width: 100px;
	background-color: #F0F5FB;
}