body {
	margin-top: 15px;
	padding-bottom: 25px;
	color:#666;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
}
.fakeHR {
	background-color:#cec1ac;
}
hr {
	border: none 0; 
	border-top: 1px dotted #D0D0D0;
	height: 1px;
	margin: 5px auto;
	text-align: left;
}
.contentTable {
	padding: 13px;
}
.vertDivider {
	background-image:url(../images/v_line_divider.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#pricing { margin-bottom: 30px; }
#pricing th {
	font: bold 10px Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: #71a4ca 1px solid;
}
#pricing tr.on {
	background	: #EEE;
}
#pricing td {
	text-align:center;
}
#pricing td.item {
	text-align: left;
}
/*
#pricing tr:hover {
	background	: #e6f58c;
}
*/
#pricing hr {
	margin	: 0px;
	padding	: 0px;
}
div.answer {
	color:#444;
	font-family: Arial, Helvetica, Verdana, Sans-serif; /* also set as default font style in html, body */
	font-size:11px;
	line-height: 18px;
	background: #F6F6F6;
	padding: 20px;
	margin-bottom:20px;
	display:none;
}
/*///////////////////////////////////////////////////
								 	    TEXT STYLES*/
h1 {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12pt;
	color:#9b9a9a;
	font-weight:bold;
	padding-left:15px;
	padding-top:5px;
}
h1 em {
	font-style: normal;
	font-weight: bold;
	color: #6a6d5c;
}
.txtPageTitle {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight:normal;
	color:#9b9a9a;
}
.txtPageHead, h2 {
	margin: 0px;
	color:#73869d;
	font-size:16pt;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-weight:bold;
}
.txtCallout, h3 {
	color:#ad7f35;
	font-size:12px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-weight:bold;
	line-height:13pt;
}
.txtCallout a, h3 a {
	color:#857553;
	text-decoration: underline;
}
.txtCallout a:hover, h3 a:hover {
	color:#4d8c8f;
	text-decoration: none;
}
.txtCallout a:active, h3 a:active {
	color:#cee25a;
}
.txtNormal, p {
	color:#666;
	font-family: Arial, Helvetica, Verdana, Sans-serif; /* also set as default font style in html, body */
	font-size:11px;
	line-height: 16px;
}
.txtNormal a, a {
	color:#5786a9;
	cursor: pointer;
}
.txtNormal a:hover, a:hover {
	color:#3d7068;
	text-decoration:none;
}
.txtNormal a:active, a:active {
	color: #cee25a;
}
.tip {
	font-style	: italic;
	font-weight	: normal;
	font-size	: 10px;
	padding-left: 5px;
	color: #787878;
}
#sendFriend a {
	display			: block;
	height			: 27px;
	width			: 50%;
	margin-left		: 14px;
	margin-bottom	: 4px;
	padding-left	: 43px;
	font			: bold 12px/26px Arial, Helvetica, Verdana, Sans-serif;
	background		: url(../images/sendFriend_icon.gif) bottom left no-repeat;
	text-decoration	: none;
}
#sendFriend a:hover {
	font-style	: italic;
	background	: url(../images/sendFriend_icon.gif) top left no-repeat;
}
/*///////////////////////////////////////////////////
							 MAIN NAVIGATION STYLES*/
.mainNavBg {
	background-color:#71a4ca; 
}
.mainNav a {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color:#FFF;
	font-size:11px;
	font-weight: bold;
	padding-left:5px;
	text-decoration:none;
	position: relative;
	z-index: 5;
}
.mainNav a:hover {
	color:#edf5c1;
}

/*///////////////////////////////////////////////////
							  SUB NAVIGATION STYLES*/
.subNav a {
	color:#6d686e;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.subNav a:hover {
	color:#8e9fb3;
}
.subNav a:active {
	color:#cee25a;
}

/*///////////////////////////////////////////////////
							  DROP-DOWN MENU STYLES*/
#dropmenudiv {
	margin-top:5px;
	position:absolute;
	border:1px solid #cec1ac;
	border-bottom-width: 0;
	font:normal 11px Arial, Helvetica, Verdana, Sans-Serif;
	line-height:18px;
	z-index:100;
	opacity: 0.83;
    filter: alpha(opacity=83);
    -moz-opacity: 0.83;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 4px;
	border-bottom: 1px solid #cec1ac;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color:#3b585e;
}
/*hover background color*/
#dropmenudiv a:hover { 
	background-color: #f3f5e2;
	color:#3b585e;
}

/*///////////////////////////////////////////////////
										FORM STYLES*/
.txtForm {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#656f73;
	font-weight:bold;
	background-color:#FFF;
}
select.txtForm {
	font-weight: normal;
}
.txtLogin {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666;
	font-weight:bold;
	line-height: 14px;
}
input.btn {
   	color:#ffffff;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size:10px;
   	font-weight:bold;
   	background-color:#7C96A1;
   	border:1px solid;
   	border-top-color:#C5D565;
   	border-left-color:#C5D565;
   	border-right-color:#363;
   	border-bottom-color:#363;
}
/*/////////////////////////////////////////////////////
										FOOTER STYLES*/
.footerTable {
	padding-top: 8px;
	padding-left: 13px;
}
.txtFooter {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10px;
	color: #888;
	line-height: 13px;
}
.txtFooter a {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10px;
	color: #3b7793;
	text-decoration:none;
}
.txtFooter a:hover {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10px;
	color: #719DB1;
	text-decoration:underline;
}

/*//////////////////////////////////////////////////////
										PRICING MODELS*/

#setup-options, #service-compare
{
	width	: 555px;
	margin	: 20px 0;
}
#setup-options th, #service-compare th /* similar to #pricing th */
{
	height			: 30px;
	border-bottom	: 1px solid #909090;
	font			: bold 10px Tahoma,Arial,sans-serif;
	text-transform	: uppercase;
	color			: #535353;
}
#setup-options th.services { text-indent: 20px; }
#setup-options td
{
	padding			: 15px 0;
	background		: #f3f7f2;
	border-bottom	: #a7a7a7 1px dotted;
}
#setup-options td.package
{
	text-align		: right;
	padding-right	: 20px;
	color			: #AD7F35;
	font-size		: 12px;
	font-weight		: bold;
}

#setup-options td.fee
{
	text-align	: center;
	font-size	: 16px;
	font-weight	: bold;
	color		: #71a4ca;
	background	: #FFF;
}
#setup-options td.services
{
	padding-left	: 20px;
	padding-right	: 20px;
}
#setup-options td.services ul 
{ 
	padding		: 0;
	margin		: 0;
	list-style	: none; 
	font-size	: 11px;
}
#setup-options td.services ul li { margin-bottom: 4px; }
#setup-options td.services ul li span { color: #3688c6; }


#service-compare th.pro, #service-compare th.xpress
{
	text-align	: left;
	width		: 187px;
	text-indent	: 20px;
}
#service-compare th.pro    { background: #ebf2e9 url(images/service-compare_pro.gif) bottom left no-repeat; }
#service-compare th.xpress { background: #f5ecd7 url(images/service-compare_xpress.gif) bottom right no-repeat; }

#service-compare td 
{ 
	padding			: 8px 19px 8px 20px;
	font-size		: 11px;
	border-bottom	: #a7a7a7 1px dotted;
	background		: #ebf2e9; /* pro bg color... */
}
#service-compare td.service
{
	font-size		: 11px;
	font-weight		: bold;
	padding-left	: 10px;
	padding-right	: 15px;
	color			: #606060;
	background		: #FFF;						
}
#service-compare td.service ul
{
	list-style	: none;
	margin		: 10px 15px;
	padding		: 0;
}
.TxtLite
{
	font-weight	: normal;
	color		: #8b8a8a;
	font-size	: 10px;
	line-height	: 12px;
}
#service-compare td.service ul li { margin-bottom: 6px; }
#service-compare td.xpress { background: #f5ecd7; }