* {
	font-face: Arial;
	font-size: 14px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.8em;
}
h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.6em;
}
h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.4em;
}
h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.2em;
}
h5 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.1em;
}


.darkblue {
	background-color: #05539e;
}
.darkerblue {
	background-color: #054686;
}
.lightblue {
	background-color: #8299cd;
}
.white {
	background-color: white;
}


.content {
	padding-left: 10px; 
	padding-right: 10px;
}
.content .sitemap {
	list-style-type: none;
}
.content .sitemap  li {
	margin-top: 5px;
}
.content a {
	color: #05539e;
	text-decoration: underline;
}
.content a:visited
 {
	color: #05539e;
	text-decoration: underline;
}
.content a:focus
 {
	color: #8299cd;
	text-decoration: underline;
}
.content a:hover {
	color: #8299cd;
	text-decoration: underline;
}	
.content .highlight {
	background-color: #8299cd;
}	


.search_box {
	margin-left: 10px;
}
.search_box form {
	margin-bottom: 0px;
}
.search_string {
	margin-top: 4px;
	border: 1px solid #09539c;
	width: 120px;	
	size: 120;
}
.search_box #submit {
	border: 1px solid white;
	color: white;
	font-weight: bold;
	background-color: #09539c;
	margin-left: 5px;
} 

table.template {
	border-spacing: 0px;
	text-align: left;
	vertical-align: top;
	border: 3px solid white;
}
tr.template, 
td.template {
	text-align: left;
	vertical-align: top;
	border: 0px;
}


.teaser {
	color: white; 
	padding-left: 10px; 
	padding-bottom: 10px;
}	
.teaser a {
	color: white;
	text-decoration: underline;
}
.teaser a:visited
 {
	color: white;
	text-decoration: underline;
}
.teaser a:focus
 {
	color: #ffe708;
	text-decoration: underline;
}
.teaser a:hover {
	color: #ffe708;
	text-decoration: underline;
}
.teaser p {
	margin-top: 0px;
}	

.teaser .highlight {
	background-color: #ffe708;
	color: #000;
}	

