.yellow-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #857821;
	font-weight: bolder;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	margin-bottom: 1px;
}
li {
	margin-top: -2px;
	margin-left: -25px;
}
ul {
	margin-top: -2px;
	margin-bottom: -2px;
}



.grey-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	list-style-type: disc;
	font-weight: bold;
}
.grey-textCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	list-style-type: disc;
}
.yellow-text-b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #857821;
	font-weight: bold;
}
.grey-text-b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	list-style-type: disc;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
