﻿.Normal {
	font-family: Verdana;
	font-size: small;
	color: #333333;
}
.Small {
	font-family: verdana;
	font-size: x-small;
	color: #333333;
}
.NumberList {
	font-family: verdana;
	font-size: small;
	list-style-image: none;
	list-style-type: upper-alpha;
}
.Heading {
	font-family: verdana;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}
.Bullet {
	font-family: verdana;
	font-size: small;
	text-indent: 20px;
	line-height: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
