@charset "utf-8";

.Navi {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#ebeae8;
}

a.Navi:link {color: #ebeae8; font-weight:normal;}
a.Navi:visited {color: #ebeae8; font-weight:normal;}
a.Navi:hover {color: #344217; font-weight:bold;}
a.Navi:active {color: #344217; font-weight:bold;}

.NaviActive {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#344217;
}

a.NaviActive:link {color: #344217; font-weight:bold;}
a.NaviActive:visited {color: #344217;  font-weight:bold;}
a.NaviActive:hover {color: #344217; font-weight:bold;}
a.NaviActive:active {color: #344217;  font-weight:bold;}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#7c993c;
	margin-bottom:7px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#7c993c;
	margin-bottom:5px;
}


.Text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}


.Text-Small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
}


a:link {
	text-decoration: none;
	color:#FFFFFF;
}


a:visited {
	text-decoration: none;
	color:#FFFFFF
}

a:hover {
	color: #526628;
	text-decoration: none;
	font-weight:bold;
} 

a:active {
	text-decoration: none;
	font-weight:bold;
	color: #526628;
}

a.activelinktext:link
{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

a.activelinktext:visited
{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
a.activelinktext:hover
{
	color: #344217;
	font-weight:bold;
	text-decoration:underline;
}