A {
	color: #9F0000
}
A:hover { color: #000000; text-decoration: none}
A:active {
	color: #9F0000
}

.navi A {
	color: #000
}
.navi A:hover {
	color: #9F0000;
	text-decoration: none
}
.navi A:active {
	color: #9F0000
}

A.navi { color: #FFFFFF; }
A.navi:hover {
	color: #FFC013;
	text-decoration: none
}
A.navi:active { color: #000000 }

.navigreen A {
	color: #000;
}
.navigreen A:hover {
	color: #9F0000;
	text-decoration: none
}
.navigreen A:active { color: #000000 }

.navi { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; letter-spacing: 1px}
.naviDisabled { color: #999999; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; letter-spacing: 1px}
.naviDisabled:hover { text-decoration: none; color: #999999;}
.naviDisabled:active { text-decoration: none; color: #999999;}
.regular {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; letter-spacing: 1px }
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9F0000
}
.headline2 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #9f0000}
.headline3 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #9f0000}
.regularbold { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; letter-spacing: 1px }
.regulargrey { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; letter-spacing: 1px ; color: #999999}
.navigreen { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; letter-spacing: 1px ; color: #9f0000}
.regularwhite { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; letter-spacing: 1px ; color: #FFFFFF}
.regularwhitebold { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; letter-spacing: 1px ; color: #FFFFFF }
.headline1black { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000}
.small { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;}
.regularred { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; letter-spacing: 1px ; color: #990000}
.regularredbold { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; letter-spacing: 1px ; color: #990000 }

.button  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color:#FFC013;
	border:1px solid #000000;
	text-decoration: none;
}
.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color:#FFE23B;
	border:1px solid #000000;
	text-decoration: none;
}
.button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color:#FFC013;
	border:1px solid #000000;
	text-decoration: none;
}
.buttonDisabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color:#FFC013;
	border:1px solid #000000;
	text-decoration: none;
}
.buttonBig  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color:#FFC013;
	border:1px solid #000000;
	text-decoration: none;
}
.buttonBig:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color:#FFE23B;
	border:1px solid #000000;
	text-decoration: none;
}
