body, p, br, tr, td, ul, ol, div, input, textarea,reset,submit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #888880;
}
body {
		margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #71899E;
	text-decoration: none;
	border-bottom: solid 1px #E0C8A6;
}
a:hover, a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #A2B8C5;
	text-decoration: none;
	border-bottom: none;
}
.title {
	font-size: 14px;
	color: #888880;
}
li.roof {
	list-style-image: url(images/roof.gif);
}.footerTxt {
	font-size: 11px;
	color: #6D7174;
}
a.img:link, a.img:visited, a.img:hover {
	border-bottom: none;
}
/*   MENU   */

#menu a {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-indent: 24px;
	width: 175px;
	height: 26px;
	line-height: 26px;
	border: solid 1px #5E7175;
	background-image: url(images/bullets.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menu a:hover {
color:#fff;
	background-image: none;
}

#menu ul {
padding:0;
margin:0;
}

#menu li {
list-style:none;
margin-bottom: 2px;

}

/*   MENU END   */
.form {
	width: 250px;
	border: 1px solid #656565;
	padding: 0 2px;
}
#digit {
	width: 120px;
	border: 1px solid #656565;
	padding: 0 2px;
}

#Submit {
	height: 21px;
	width: 80px;
	background-image: url(images/submit_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #A7A7A7;
	font-weight: bold;
}

.red {
	color: red;
	font-weight: bold;
}

.green {
	color: green;
		font-weight: bold;
}