@charset "utf-8";
/* CSS Document */

/* ---------- homepage links ---------- */
a.homepage {
	text-decoration: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
a.homepage:link, a:visited {
	color: #685E29;
	background-color: #FDF2B4;
	border: 1px solid #FDF2B4;
}
a.homepage:hover {
	color: #0086A2;
	background-color: #FDF2B4;
	border: 1px solid #0086A2;
}
a.homepage:active {
	color: #FFF;
	background-color: #0086A2;
	border: 1px solid #0086A2;
}
a.padding_10px:link, a.padding_10px:visited, a.padding_10px:hover, a.padding_10px:active {
	padding-right: 32px;
	padding-left: 32px;
}

/* ---------- homepage left menu buttons ---------- */

a.leftMenu:link, a.leftMenu:visited {
	text-decoration:none;
	color: #0086A2;
	size: 22px;
	background-color: transparent;
	font-family: "Univers LT Std 57 Cn", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.leftMenu:hover {
	text-decoration:none;
	color: #FF0A08;
	size: 22px;
	background-color: transparent;
	font-family: "Univers LT Std 57 Cn", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 0.1em;
}
a.leftMenu:active {
	text-decoration:none;
	color: #685E29;
	size: 22px;
	background-color: transparent;
	font-family: "Univers LT Std 57 Cn", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 0.1em;
}


/* ---------- innerpages links ---------- */

#navbuttons a:link, #navbuttons a:visited {
	text-decoration:none;
	color: #0086A2;
	font-size: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-color: transparent;
	font-family: "Univers LT Std 57 Cn", Verdana, Arial, Helvetica, sans-serif;
}
#navbuttons a:hover {
	text-decoration:none;
	color: #FF0A08;
	font-size: 15px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 14px;
	font-family: "Univers LT Std 57 Cn", Verdana, Arial, Helvetica, sans-serif;
}
#navbuttons a:active {
	text-decoration:none;
	color: #685E29;
	font-size: 15px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 14px;
	font-family: "Univers LT Std 57 Cn", Verdana, Arial, Helvetica, sans-serif;
}
/* ---------- innertable links ---------- */

a.innerTable:link, a.innerTable:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.innerTable:hover {
	color: #FDF2B4;
	text-decoration: underline;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.innerTable:active {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}