/* CSS Document */

Body {
	margin:0px;
	background-color:#666666;
}
.SiteText {
	font-family: Tahoma;
	font-size: 11px;
	color: #5D5D5D;
	text-decoration: none;
}
.BlueBold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #235C8D;
	text-decoration: none;
}
.Footer {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.Links {
	font-family: Tahoma;
	font-size: 11px;
	color: #5D5D5D;
	text-decoration: underline;
}
.Links:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #235C8D;
	text-decoration: none;
}
.Heading {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #666643;
	text-decoration: none;
}
.SiteBold {
	font-family: Tahoma;
	font-size: 11px;
	color: #5D5D5D;
	text-decoration: none;
	font-weight: bold;
}
.Button {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #235C8D;
	border: 1px ridge #FFFFF7;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: #235C8D;
	text-decoration: none;
	border: 1px solid #235C8D;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #235C8D;
	border: 1px solid #235C8D;
}
select {
	font-family: Tahoma;
	color: #235C8D;
	text-decoration: none;
	border: 1px solid #235C8D;
	font-size: 10px;
}
#result {
	font-family: Tahoma;
	font-size: 11px;
	color: #235C8D;
	border: 1px solid #235C8D;
	background-attachment: fixed;
	background-color: #FFFFF7;
}
