.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-decoration : none;
	font-weight: normal;
}
A.navigation:hover {
	color: #FF9900;
	text-decoration : none;
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16x;
	color: #000000;
	font-weight: bold;
	text-decoration : none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration : none;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3300ff;
	text-decoration : bold;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration : bold;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration : none;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration : none;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration : none;
}
.formfield {
	font-family: Arial, Helvetica, , sans-serif;
	font-size: 11px;
	color: 000000;
	text-decoration : none;
	background : ffffff;
}
.ffButton
{
    BACKGROUND-COLOR: #8EA7D7;
    COLOR: #FFFFFF;
    FONT-FAMILY: "Arial","Helvetica","Sans-serif";
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    VERTICAL-ALIGN: CENTER;
}


