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

body {
	margin-top: 0px;
	background: #ffffff url(../images/bg.gif) repeat-y top center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}
a:link {
	color: #ffffff;
	text-decoration:underline;
}
a:visited {
	color: #999999;
	text-decoration:underline;
}
a:hover, a:active {
	color: #e7ca87;
	text-decoration:underline;
}
a[target~="_blank"] {
	background-image:url(images/link-ext.gif);
	background-repeat:no-repeat;
	background-position: right top;
	padding-right:11px;
}
a[href^="mailto:"] {
	background-image:url(images/link-email.gif);
	background-repeat:no-repeat;
	background-position: right top;
	padding-right:11px;
}
a[href$=".pdf"] {
	background-image:url(images/link-pdf.gif);
	background-repeat:no-repeat;
	background-position: right top;
	padding-right:12px;
}

/* MENUS */
a.menuk:link {
	color: #000000;
	text-decoration:underline;
	display:block;
	text-align:center;
	padding: 4px 10px 4px 10px;
	float:right;
	background-color: #ffffff;
	font-weight:normal;
}
a.menuk:visited {
	color: #666666;
	text-decoration:underline;
	display:block;
	text-align:center;
	padding: 4px 10px 4px 10px;
	float:right;
	background-color: #ffffff;
	font-weight:normal;
}
a.menuk:hover, a.menuk:active {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-weight:normal;
}
a.menub:link {
	color: #203f88;
	text-decoration:underline;
	display:block;
	text-align:center;
	padding: 4px 10px 4px 10px;
	float:right;
	background-color: #ffffff;
	font-weight:normal;
}
a.menub:visited {
	color: #666666;
	text-decoration:underline;
	display:block;
	text-align:center;
	padding: 4px 10px 4px 10px;
	float:right;
	background-color: #ffffff;
	font-weight:normal;
}
a.menub:hover, a.menub:active {
	color: #ffffff;
	background-color: #203f88;
	text-decoration: none;
	font-weight:normal;
}
a.menup:link {
	color: #584575;
	text-decoration:underline;
	display:block;
	text-align:center;
	padding: 4px 10px 4px 10px;
	float:right;
	background-color: #ffffff;
	font-weight:normal;
}
a.menup:visited {
	color: #666666;
	text-decoration:underline;
	display:block;
	text-align:center;
	padding: 4px 10px 4px 10px;
	float:right;
	background-color: #ffffff;
	font-weight:normal;
}
a.menup:hover, a.menup:active {
	color: #ffffff;
	background-color: #584575;
	text-decoration: none;
	font-weight:normal;
}
a.menun:link {
	color: #876146;
	text-decoration:underline;
	display:block;
	text-align:center;
	padding: 4px 10px 4px 10px;
	float:right;
	background-color: #ffffff;
	font-weight:normal;
}
a.menun:visited {
	color: #666666;
	text-decoration:underline;
	display:block;
	text-align:center;
	padding: 4px 10px 4px 10px;
	float:right;
	background-color: #ffffff;
	font-weight:normal;
}
a.menun:hover, a.menun:active {
	color: #ffffff;
	background-color: #876146;
	text-decoration: none;
	font-weight:normal;
}
.title {
	font-size:18pt;
}