.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #9900cc;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #993366;
}
.tablehead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #9900CC;
}
a:visited {
	color: #cd66ff;
}
a:hover {
	color: #993366;
}
a:active {
	color: #9900CC;
}
ul 
{
	list-style-image: url(img/art-bullet.gif);
	list-style-position: outside;
	list-style-type: none;

}
