
body,td {font-family: helvetica,arial,sans serif; font-size: 12px; color: #000000;}
a {color: #A61A02; text-decoration: none;}
a:hover {color: #A61A02; text-decoration: underline;}

h4 {
	text-decoration:underline;
}

.center {text-align:center;}

/* -- Questions & Answers Table -- */

table.questions {
	border: 1px solid #fff;
}

table.questions td {
	background: #d3dfee;
	color: #333d6c;
	padding: 7px;
	margin-bottom: 2px;
}

table.questions td.question {
	width: 200px;
	vertical-align: top;
	font-weight: bold;
}

table.questions th {
	color: #333d6c;
	text-align: left;
	font-size: 13px;
	padding: 7px;
}

/* -- Terms Page -- */

.terms ul li {
	list-style-type: none;
	line-height: 18px;
	margin-bottom: 8px;
}

/*----- Top Page Navigation -----*/

#topnavbg {
	position:relative;
	top:0;
	left:0;
	width:718px;
	height:60px;
	background: url('images/nav_bg.gif') 107px 0 no-repeat;
	background-color:#999;
	margin:0;
	padding:0;
}

ul#topnav {
	margin:0;
	padding:0px 0px 0px 8px;
	display:block;
	border:0px solid #0f0;
}


ul#topnav li {
	list-style-type:none;
	float:left;
	border-right:1px solid #fff;
	margin-bottom:4px;
}

ul#topnav li.last {
	border-right:none;
}

ul#topnav li a {
	display:block;
	font-size:11px;
	padding: 4px 8px;
	color:#fff;
	/* background:#999999; */
}

ul#topnav li a:hover {
	color:#000;
	text-decoration:none;
}




#logobtm {
	position:relative;
	top:-4px;
	left:213px;
	width:12px;
	height:18px;
	background:url(images/logo-btm.gif) top left no-repeat;
	margin:0;
	padding:0;
	z-index:100;
}



.feature_text {padding: 0px 10px 0px 10px;}

.footernav {font-size: 10px; color: #cdcdcd; margin:0; padding:0;}
.footernav a {color: #cdcdcd; font-decoration: none;}
.footernav a:hover { color: #A61A02; font-decoration: none;}

/* bigfish link style below */

.designlink {font-family: Arial,Helvetica; font-size: 9px; text-align: center;}
.designlink a {color: #CCCCCC; text-decoration: none;}
.designlink a:hover {color: #CCCCCC; text-decoration: none;}




.clear {clear:both; }