a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #37619A;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #37619A;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #7D7C7C;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #7D7C7C;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
a.link2:link, a.link2:active, a.link2:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #37619A;
}
a.link2:hover {
	font-family: Tahoma, Arial;
	color: #37619A;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
BODY {
	font-weight: normal;
	background-color: #C6D7D1;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}
.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}
.blue {
	color: #71A0BE;
}
.uppercase {
	font-size: 10px;
	text-transform: uppercase;
}

.red {
	color: #D31408;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.grey {
	color: #7D7C7C;
}
.green {
	color: #7FC94E;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #ED9B00;
}
.underline {
	text-decoration: underline;
}
