a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #AC8E61;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #AC8E61;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
BODY {
	font-weight: normal;
	background-color: #F4ECE0;
}

.floatleft {
float: left;
margin-top: 0px; 
margin-bottom: 0px;
margin-left: 0px;
margin-right: 10px;
}

.floatright {
float: right;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0px;
}

TD {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #0070DF;
}
.red {
	color: #CE0101;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px16 {
	font-size: 16px;
}
.px24 {
	font-size: 24px;
}
.grey {
	color: #5D6068;
	font-weight: normal;
}
.orange {
	color: #FF5400;
}
