.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	list-style-type: none;
}
a:link {
	color: 828B5F;
	text-decoration: underline;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5a6347;
}
a:visited {
	color: #7E8365;
}
a:hover {
	color: #009900;
}
.subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #5A6347;
	text-decoration: underline;
}
.subtitle_nounderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5A6347;
	font-size: 10px;
	font-weight: bold;
}

.list {
	list-style-image: url(images/bullet.jpg);
}

