body {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #535353;
	text-decoration: none;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.copyright {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
form {
	margin: 0px;
}
.textbox {
	font-family: Tahoma;
	font-size: 11px;
	color: #0061AF;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 19px;
	width: 196px;
	border: 1px solid #8AC9FC;
	padding-left: 5px;
}
.bluetext {
	color: #174A8D;
}

a.link {
	color: #174A8D;
	text-decoration: underline;
}

a.link:hover {
	color: #174A8D;
	text-decoration: none;
}