a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #6C6969;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #6C6969;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: bold;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
a.link2:link, a.link2:active, a.link2:visited {
	font-family: Tahoma, Arial;
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: bold;
}
a.link2:hover {
	font-family: Tahoma, Arial;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
BODY {
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(back.gif);
}
TD {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #6C6969;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #94A4B7;
}
.red {
	color: #B54400;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.grey {
	color: #5D6068;
	font-weight: normal;
}
.green {
	color: #94B006;
}
.green_2 {
	color: #C5EC00;
}
.orange {
	color: #FF6600;
}