.upperMenu {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

A.upperMenu:link {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

A.upperMenu:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

A.upperMenu:active {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

A:link {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}

A:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}


A:active {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #ff9900;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	font-weight: normal;
	color:#666666;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 18px;
	font-weight: bold;
	color:#666666;
}

