body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660033;
	font-weight: lighter;
	font-style: italic;
}
b {
	font-weight: bold;
	color: #660033;
}
a:link {
	color: #0066CC;
	font-weight: bold;
}
a:visited {
	color: #003399;
	font-weight: bold;
}
a:hover {
	color: #660033;
	font-weight: bold;
}
a:active {
	color: #660033;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #660033;
}
.greysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
strong {
	color: #660033;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #660033;
}
.white {
	font-weight: bold;
	color: #FFFFFF;
}
.subhead {
	color: #660033;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660033;
}
.margin {
	margin: 6px;
	padding: 6px;
}
.centered {text-align:center;}