html {
  font-family: arial, sans-serif;
  font-size: 12px;
  margin-bottom: 1px;
  height: 101%; 
}

body {
  color: #000;
  margin: 0;
  background-color: #F3F3F3;
}

th {
  text-align: left;
}

table#wrapper {
  background-color: #fff;
}

td#fade_left {
	background-image: url(/img/fade_l.gif);
	background-repeat: repeat-y;
}
td#fade_right {
	background-image: url(/img/fade_r.gif);
	background-repeat: repeat-y;
}

td#col1, td#col2, td#col3, td#col2a {
  padding: 10px 0 10px 0;
}

td#col1 > div:first-child, td#col2 > div:first-child, td#col3 > div:first-child, td#col2a > div:first-child {
  margin-top: 0px;
}

td#topbar {
	//background: #3865a9 url(/img/nav1_bg.gif) bottom left repeat-x;
	background-color: #3865a9;
  height: 28px;
  padding: 0 16px 0 16px;
  vertical-align: middle;
  color: #fff;
  text-align: left;
  font-size: 12px;
}
td#topbar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
td#topbar a:hover {
  text-decoration: underline;
}

td#othersites {
  text-align: right;
}
td#othersites a {
  text-decoration: none;
  font-weight: bold;
}

.small {
  font-size: 10px;
}

  
.utilBox1Head {
  padding: 4px 8px 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  margin: 7px 0 0 0;
}
.utilBox1Body {
  padding: 4px 8px 8px 8px;
  margin: 0 0 7px 0;
  background-color: #eee;
  border: 1px solid #ccc;
  border-top: none;
  color: #000;
}

.error {
  color: red;
}

.highlight {
  background-color: #ffffaa;
  border: 1px solid #999;
  margin: 8px 0;
  padding: 6px;
}



table.mortgageTable th a {
  color: #000;
  text-decoration: none;
}
table.mortgageTable th, table.mortgageTable td {
  text-align: center;
}

.date {
  font-size: 11px;
  color: #666;
}

.subhead {
  font-size: 14px;
  color: #999;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 0 3px 0;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}

.rss {
  float: right;
  border: none;
  width: 36px;
  height: 12px;
  margin: 3px 0px 0 0;
}

/*
h1 a, h2 a {
  color: #000;
  text-decoration: none;
}
  */

a { color: #3865a9; }
a:hover { text-decoration: none; }
a:visited { color: #67b; }


table#ttTabTable {
	border-style: none none none none;
	border-collapse: collapse;
}
table#ttTabTable td, table#ttTabTable th {
	padding: 8px 20px 8px 20px;
	background-color: #eee;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
table#ttTabTable td {
	vertical-align: top;
	border-style: none;
	background-color: #eee;
}

td.ttTabHover {
  color: #666666;
}

.footer {
  padding: 8px;
}
.footer a, .footer {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.disclaimer {
  color: #444;
  text-align: center;
  font-size: 11px;
}

.rateup {
  color: #c00;
  font-weight: bold;
}

.ratedown {
  color: #090;
  font-weight: bold;
}

.specials_popup {
  border: 1px solid #ccc;
  width: 355px;
  position: absolute;  
  background-color: #fff; 
  text-align: left;
  padding: 8px;
  z-index: 2;
}

a img {
  border-style: none;
}

.comment {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
  background-color: #f3f3f3;
}

.dotline {
  border-bottom: 1px dotted #999;
  padding: 0;
  margin: 14px 0;
}

.adviserSearch {
  background-color: #FEF3BE;
  border: 1px solid #D9CD82;
  padding: 10px;
}

a.commentLink {
  color: #6b0; 
}

