body {
	font-family: Arial, Helvetica, sans-serif;
	
}
.tablefont
{
	font-size:80%;
}


.smallcaps {
	font-size: 85%;
	font-variant: small-caps;
	font-weight: bold;
}

.smallboldpurple {
	font-size: 95%;
	font-weight: bold;
	color: #6633CC;
	line-height: 25px;
}

.smallboldgold {
	font-size: 95%;
	font-weight: bold;
	color: #996600;
}
.purple {
	color: #6633CC;
}

.gold {
	font-size: 85%;
	color: #996600;
}

.listtable {
	font-size: 85%;
	background-color: #FFCC33;
	border: 1px solid #000000;
}

ul {
	line-height: 25px;
	list-style-image: url(images/bullet.gif);
	text-decoration: none;
	font-size: larger;
}

ol {
	line-height: 25px;
	list-style-image: url(images/arrow.gif);
	text-decoration: none;
}
