.background {
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tablebackground {
	background-attachment: scroll;
	background-image: url(images/tablebackground.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.topbackground {
	background-attachment: scroll;
	background-image: url(images/topbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#myform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#myform table tr td {
	font-size: 12px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1B2047;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-decoration: underline;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #313C82;
	background-color: #DCDFF1;
	padding: 5px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-color: #333A71;
	border-bottom-color: #333A71;
	border-top-width: 3px;
	border-top-style: double;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table tr td {
	font-size: 12px;
}

