.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	color: #004488;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
}
body {
	background-color: #FDF4E1;
	margin: 0px;
}
.LeftSide {
	background-image: url(images/left_side.jpg);
}
.RightSide {
	background-image: url(images/right_side.jpg);
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
a.footer:link {
	text-decoration: none;
	color: #003366;
}
a.footer:visited {
	color: #003366;
	text-decoration: none;
}
a.footer:hover {
	color: #003366;
	text-decoration: underline;
}
a.footer:active {
	color: #003366;
	text-decoration: none;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.field {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}

