.text {
	font-size: 12px;
	font-style: normal;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.headline_mega {
	font-size: 22px;
	font-style: normal;
	color: #582F10;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.headline_big {
	font-size: 18px;
	font-style: normal;
	color: #582F10;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.headline_middle {
	font-size: 14px;
	color: #582F10;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.info_grey {
	font-size: 10px;
	font-style: normal;
	color: Silver;
	font-weight: normal;
	font-family: Verdana;
	text-decoration: none;
}

.info_brown {
	font-size: 10px;
	font-style: normal;
	color: #582F10;
	font-weight: normal;
	font-family: Verdana;
}

.info_blue {
	font-size: 10px;
	font-style: normal;
	color: Teal;
	font-weight: normal;
	font-family: Verdana;
}

.bgcolorWhite {
	background-color: White;
}

.bgcolorlight {
	background-color: #FFFFCC;
}

.bgcolormedium {
	background-color: #6A360F;
}

.bgcoloryellow {
	background-color: #FFBE44;
}

.bgcolorgray {
	background-color: ButtonFace;

}

.menu {
	text-decoration : none;
	font-size : 12px;
	color : #FFFFFF;
	font-family: "Trebuchet MS";
}

.menu_grey {
	font-size: 10px;
	font-style: normal;
	color: Background;
	font-weight: normal;
	font-family: Verdana;
	text-decoration: none;
}
.link {
	text-decoration: none;
	font-size: 13px;
	color: #582F10;
	font-family: "Trebuchet MS";
}

A:VISITED {
	color : inherit;
}


A:HOVER {
	text-decoration: none;
	color: #4682B4;
}

.table_up_right {
	background-color: #F4A460;
}

a:focus, applet:focus {
outline: none;
-moz-outline-style: none;
} 
