/*-----------------------------------------------------------------
Basic StyleSheet (for version 6 browsers)

Version:	1.0
Author: 	Rasmus Schau-Seidler
Email: 		rs@zornig.dk
website:	www.zornig.dk
-----------------------------------------------------------------*/
@import url(layout.css);
@import url(forms.css);

h1 {
	color: #213858;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 22px;
}
h2 {
	color: #213858;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
}
h3 {
	color: #2d4466;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 0 0;
}
h4 {
	color: #2d4466;
	font-weight: bold;
	font-size: 10px;
	margin: 10px 0 0 0;
}

p {
	margin: 10px 0;
	font-size: 12px;
}

hr {
	height: 1px;
	border: 0px;
	background: #d6d6d6;
	margin: 8px 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul li {}

a:link, a:visited, a:active {
	color: #2d4465;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

small{}

/* navigation */

.nav a:link,
.nav a:visited,
.nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #cbdae8;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.nav a:hover {
	color: #ffffff;
}

.nav .selected a {
	color: #ffffff;
}

/* END navigation */