html {
	width: 100%;
	height: 100%;
	}

td {
	font-size : 14px;
	font-family: "Trebuchet MS";
	color : #000000;
	}

body {
	background: #fff url("http://www.mortgagestrusted.com/images/bg.jpg") center top;
	font-family: "Trebuchet MS";
	font-size : 14px;
	margin: 0;
	color: #000;
	width: 100%;
	height: 100%;
	}


select {
	border: solid 1px #a4a4a4;
	background: #ffffff;
	}

input {
	font-weight: bold;
	border: solid 1px #a4a4a4;
	background: #efefef;
	}

#home h1, #htitle h1 {
	display: none;
	}
/* Easy CSS Tooltip - by Koller Juergen [www.kollermedia.at] */
* {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:280px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}

div#body {
	width: 100%;
	height: 100%;
	text-align: center;
	}

div#page {
	width: 950px;
	text-align: left;
	background: #fff;
	}

div#footer {
	background: #e4e4e4;
	width: 950px;
	text-align: center;
	font-size: 12px;
	color: #000;
	padding-top: 15px;
	padding-bottom: 10px;
	}

div#header {
	height: 133px;
	}
