/*____________________ G E N E R A L _________________________________________*/

body {
	margin: 0;
	padding: 15px;
	font: 12pt Arial, Helvetica, sans-serif;
	color: #000;
	background: transparent;
}

	
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: .75em 0 .5em 0;
	page-break-after: avoid;
}

h1 {
	font-size: 1.6em;
	color: #769782;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	color: #769782;
}

h4 {
	font-size: 0.8em;
}
	

li {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.8;
	margin-top: .2em;
	margin-bottom: .1em;
}
	
p {
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height: 1.4;
	margin: 0 0 1em 0;
}

p+p {
	margin-top: -1em;
	text-indent: 1em;
}

a, a:visited, a:hover, a:visited:hover {
	color: #769782;
	background: transparent;
	text-decoration: none;
}

a img {
	border: none;
}
table table,
table table td {
	padding: 5px;
	border: 0px solid;
}

/*____________________ A L L T I M E - c l a s s e s _________________________*/

.small {
	font-size: 0.7em;
	margin: 0;
	padding: 1px 0;
	color: #000;
}
.small a {
	color: #000;
	text-decoration: none;
}
.small a:hover {
	color: #666;
}

.nomargin {
	margin: 0;
	padding: 0;
}

/*____________________ D I V s _______________________________________________*/

#header {
	padding: 0 0 0.3em 0;
	margin: 0 0 1em 0;
	border-bottom: #9D9FA2 2px solid;
}
#footer {
	font: 0.7em Arial, Helvetica, sans-serif;
	padding: 0.3em 0 0 0;
	margin: 1em 0 0 0;
	border-top: #9D9FA2 2px solid;
}
/*____________________ SITEMAP ________________________________________*/

ul.sitemap, ul.sitemap1, ul.sitemap2, ul.sitemap3 {
	list-style-type: none;
}

li.sitemap1, a.sitemap1, a.sitemap1:hover, a.sitemap1:active, a.sitemap1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	
}
li.sitemap2, a.sitemap2, a.sitemap2:hover, a.sitemap2:active, a.sitemap2:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight:normal;
	
}
li.sitemap3, a.sitemap3:link, a.sitemap3:hover, a.sitemap3:active, a.sitemap3:visited,
li.sitemap4, a.sitemap4:link, a.sitemap4:hover, a.sitemap4:active, a.sitemap4:visited,
li.sitemap5, a.sitemap5:link, a.sitemap5:hover, a.sitemap5:active, a.sitemap5:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight:normal;
	
}

