@charset "UTF-8";


a.nav:link {
	color:#efedcc;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-decoration:underline;
}
a.nav:visited {
	color: #efedcc;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration:underline;
}
a.nav:hover {
	color: #f4852a;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:underline;
}


a.big:link {
	color:#3c0d0c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration:underline;
}
a.big:visited {
	color: #3c0d0c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration:underline;
}
a.big:hover {
	color: #f26d2a;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}


a.small:link {
	color:#3c0d0c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration:underline;
}
a.small:visited {
	color: #3c0d0c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration:underline;
}
a.small:hover {
	color: #f26d2a;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:underline;
}





.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #3c0d0c;
}
.text_light {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #efedcc;
}
.large_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3c0d0c;
	font-weight: bold;
}
