@charset "UTF-8";
.navigation {
	font-family: "Arial";
	font-size: 12px;
	color: #004812;
}

.navigation_down {
	font-family: "Arial";
	font-size: 12px;
	color: #004812;
	font-weight: bold;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/main/sl_bkgd.gif);
}
a:link {
	color: #0069AA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0069AA;
}
a:hover {
	text-decoration: underline;
	color: #0069AA;
}
a:active {
	text-decoration: none;
	color: #0069AA;
}

a.nav:link {
	color: #004812;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #004812;
}
a.nav:hover {
	text-decoration: none;
	color: #004812;
}
a.nav:active {
	text-decoration: none;
	color: #004812;
}

.headline {
	font-family: "Arial";
	font-size: 14px;
	color: #0069aa;
	font-weight: bold;
}