.grey {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.greybold {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.brown {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #A98059;
}
.brownbold {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A98059;
}
.red {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #9F2214;
}
.redlarge {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #9F2214;
}
.blue {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #4F7282;
}
.green {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #53531E;
}
.purple {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #5C4955;
}
.greysmall {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A98059;
	text-decoration: underline;
}
a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A98059;
	text-decoration: underline;
}
a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5C4955;
	text-decoration: none;
}

a:link.white {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited.white {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover.white {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A98059;
	text-decoration: none;
}
a:active.white {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}



