@charset "utf-8";
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.main_text_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4B945;
	font-weight: bold;
	text-decoration: none;
}
.home_text_undermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c4c4c4;
	padding-top:27px;
	padding-bottom:27px;
	text-decoration: none;
}
.main_text_highlight_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eb37b2;
	font-weight: bold;
	text-decoration: none;
}
.dotted_line{
	border-bottom: dotted 1px #999999;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1ebdc9;
	text-decoration: none;
}.dotted_line_vertical {
	border-right: dotted 1px #999999;
}
.main_text_highlight_pinkBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eb37b2;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
}
