body, p, td, li, input, select, option, textarea {
	font: 14px Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
a {
	color: #006699;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #003366;
}
input {
	padding: 0px;
	margin: 2px;
}
.button, input[type="submit"], input[type="button"] {
	background: #DBDDE7;
	color: #1D81C8;
	margin: 2px;
	padding: 2px;
	border: 1px solid #999999;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}
.back {
	text-decoration: none;
	background: #DBDDE7;
	color: #1D81C8;
	margin: 2px;
	padding: 2px 4px;
	border: 1px solid #999999;
	font-weight: bold;
}