@charset "utf-8";
.Top_Menu {
	font-size: 11px;
	white-space: nowrap;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #ffffff;
}
a.Top_Menu:hover {
	font-size: 11px;
	white-space: nowrap;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
	color:#ffffff;
}
.Top_Sub_Menu {
	font-size: 11px;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #000000;
}
a.Top_Sub_Menu:hover {
	font-size: 11px;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
	color:#000000;
}
.Light_Blue_Headline {
color:#6A79C7;
font-size:14px;
font-weight:bold;
}
.cursor {
	cursor: pointer; 
	cursor: hand;
}
.Top_Menu_Left {
	font-size: 12px;
	font-weight: bolder;
	white-space: nowrap;
	text-decoration: none;
	color: #990000;
}
.Top_Menu_Left.hover {
	font-size: 12px;
	font-weight: bolder;
	white-space: nowrap;
	text-decoration: none;
	color:#FF3399;
}
.Button_Small {
font-size: 11px;
}