@charset "UTF-8";

.fliesstext {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}

.fliesstextbold {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#222;
}
.fliesstextmarked {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight:bold;
	font-variant: normal;
	text-transform:uppercase;
	color: black;

}


.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222;
}

.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222;
}


.Text2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #777777;
}

.gross {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-style: italic;
	line-height: 54px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222;
}


.bg {
	 color:#002134;
	 background-color:#002134;}

a:link {
	color: #033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #033;
}
a:hover {
	text-decoration: none;
	color: #4e8774;
	text-decoration:none;
	

}
a:active {
	text-decoration: none;
	color: #AAA;
}
