body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-image: url(images/background.jpg);
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #720D47;
}

.smalltitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #720D47;
}
.sidemenu {
	font-weight: bold;
	color: #BB3BB0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:link {
	color: #BB3BB0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BB3BB0;
}
a:hover {
	text-decoration: none;
	color: #FF99FF;
}
a:active {
	text-decoration: none;
}
.submenu {
	padding-left : 10px;
	text-align: left;
}
.updated {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #720D47;
}