body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
td,
select,
input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
a:link {
	color: #770000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #770000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
#terms {
	width: 550px;
	height: 250px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
