a:link, a:active, a:visited {
	font-family: Arial;
	color: #6E6E6E;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.link:hover {
	text-decoration: underline;
}
a.small:link, a.small:active, a.small:visited {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.small:hover {
	text-decoration: underline;
}

BODY {
	font-weight: normal;
	background-position: center;
}
TD {
	font-family: Arial;
	font-size: 11px;
	color: #514C41;
}
.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #3C6B8A;
}
.red {
	color: #C5150C;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
		color: #6E6E6E;
}
.grey {
	color: #C0C0C0;
}
.green {
	color: #A2C33F;
}
.orange {
	color: #D4923F;
}
.yellow {
	color: #FFB200;
}
.sublink {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
