.text {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	
}
.background {
	background-color: #990000;
	color: #000000;
}
a.special:link {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height: 16px;
}
a.special:visited {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}
a.special:hover {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
a.special:active {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	color: #999999;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height: 16px;
}
a:visited {
	color: #999999;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	color: #CCCCCC;
}
.textBOLD {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
}
.textgrey {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 16px;
	font-weight: bold;
}
