A {
	font-family : Arial;
	font-size : 11px;
	color : White;
	text-decoration : underline;
}
A:hover {
	font-family : Arial;
	font-size : 11px;
	color : #CC0000;
	text-decoration : underline;
}
A.linkredbig {
	font-family : Arial;
	font-size : 11px;
	color : #CC0000;
	text-decoration : underline;
}

A.linksmall {
	font-family : Arial;
	font-size : 11px;
	color : White;
	text-decoration : underline;
}
A.linksmall:hover {
	font-family : Arial;
	font-size : 11px;
	color : #CC0000;
	text-decoration : underline;
}

A.linkred {
	font-family : Arial;
	font-size : 11px;
	color : #CC0000;
	text-decoration : underline;
}

A.linkred:hover {
	font-family : Arial;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : underline;
}

A.linkfront {
	font-family : Arial;
	font-size : 11px;
	color : #66CCFF;
	text-decoration : underline;
}
A.linkfront:hover {
	font-family : Arial;
	font-size : 11px;
	color : #CCCCCC;
	text-decoration : underline;
}

.text {
	font-family : Arial;
	font-size : 11px;
	color : White;
}
.textsmall {
	font-family : Arial;
	font-size : 11px;
	color : White;
}
.redtext {
	font-family : Arial;
	font-size : 11px;
	color : #CC0000;
	font-weight : bold;
}
.orangetext {
	font-family : Arial;
	font-size : 11px;
	color : #FF8C00;
}