h1 {
	font-family: "Gill Sans", Verdana, Tahoma, Arial, sans-serif;
	color: #D11241;
	font-size: large;
}
p {
	font-family: "Gill Sans", Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	font-size: 12pt;
}
.smalltext {
	font-family: "Gill Sans", Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
}
.textblock {
	background-color: #C8CDCD;
	margin: 8px;
	padding: 8px;
	font-family: "Gill Sans", Verdana, Tahoma, Arial, sans-serif;
}
table {
	background-color: #EDE8E8;
}
body {
	background-color: #EDE8E8;
	background-image: url(images/bg_lines.gif);
	background-repeat: repeat;
}
ul {
	font-family: "Gill Sans", Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	text-indent: 1em;
	font-size: 12pt;
}
ul li {
	list-style-position: outside;
	list-style-type: disc;
	text-indent: -3px;
}
