BODY {
	background: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@font-face{
font-family: 'HandelGothicD_Medium';
src: url( 'http://fnt.webink.com/wfs/?drawer=A9C94515-ABA4-42D5-9D8B-B63938CE0CAB&font=3BDB119A-C7DD-8805-9FCE-763379307DF9');
font-weight:normal;font-style:normal;font-variant:normal;
  }


.fHandel  {
	font-family: "HandelGothicD_Medium", Arial, Helvetica, sans-serif;
	}
	
.fBlack { color:#000}
.fBlue { color:#08c}
.fGray { color:#777}
.fOrange { color:#e80}
.fRed{ color:#c00}

.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs24 { font-size:24px; }
.fs28 { font-size:28px; }

#container {
	width: 100%;
	margin: 0px auto;
	padding: 0;
}

#header {
	margin: 0px auto;
	width: 100%;
	min-width: 900px;
	height: 125px;
	min-height:125px;
	background: #efefef url(../images/top-header-bg.gif) bottom left repeat-x;
}

#header h1{
	padding: 15px 0 5px 5px;
	margin:0;
	color: #777;
}

#content {
	min-height: 400px;
	background-color: #afa; 
	padding: 0 5px; 
}

#footer {
	height: 50px;
	width: 100%;
	background-color: #ccf; 
}
	

table.centered {
	border: 1px #eee solid;
	padding: 1px;
	font-family: Arial, "Lucida Grande", Helvetica, Verdana, sans-serif;
	color:#666666;
	font-size:11px;
	//width: 300px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.errors { 
	margin: 1px auto;
	padding: 2px;
	text-align: center; 
	color: red;
}

.rates-header {
	background-color: #eeeeee;
	font-weight: bold;
	text-align: center;
	padding:3px 3px 3px 5px;
	border-bottom: 1px solid #e0e0e0;
	white-space: nowrap;
}

.tab-header{
	background: #336699 url(images/mortgage-main-bar.gif) no-repeat;
	height: 21px;
	padding:3px 3px 3px 5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	vertical-align:middle;
}

.rates-label {
	background-color: #eeeeee;
	font-weight: bold;
	padding:3px 3px 3px 5px;
	border-bottom: 1px solid #e0e0e0;
	color:#114477;
	text-align:left;
	width: 90px;
	white-space:nowrap;
}

.rates-label2 {
	background-color: #eeeeee;
	padding:3px 5px 3px 5px;
	border-right: 1px solid #e0e0e0;
	color:#114477;
	text-align:left;
}

.rates-label3 {
	background-color: #f5f5e1;
	padding:3px 5px 3px 5px;
	color:#114477;
	text-align: center;
}

.rates-data{
	background-color: #eeeeee;
	text-align: center;
	padding:3px 3px 3px 5px;
	border-bottom: 1px solid #e0e0e0;
}

.rates-data-short {
	background-color: #eeeeee;
	text-align: center;
	padding:3px 3px 3px 15px;
	border-bottom: 1px solid #e0e0e0;
}


.notice{
	background-color: #ccc;
	color: green;
	margin: 2px auto;
	padding: 2px;
	text-align: center;
	width: 90%; 
}

.page-title{
	background-color: #ccc;
	color: green;
	margin: 2px auto;
	padding: 2px;
	text-align: center;
} 	

a {
	color: #1155cc;
	}

a:hover {
	text-decoration:none;
	}

