@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* General styles for typography */



/* BODY (only typography)
---------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#444;
	line-height:1.5em;
}

/* HEADERS
---------------------------------------- */
h1 {
	color:#444;
	font-size: 2.0em;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1em;
}

	h1 a:link,
	h1 a:active,
	h1 a:visited {
		color:#666;
		text-decoration:none;
	}
	
	h1 a:hover {
		color:#c6c6c6
	}

h2 {
	color:#444;
	font-size: 2.0em;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:2px solid #f2f2f2;
	line-height:1.5em; 
}	

	h2 a:link,
	h2 a:active,
	h2 a:visited {
		color:#004C71;
		text-decoration:none;
	}
	
	h2 a:hover {
		color:#c6c6c6
	}

h3 {
	color: black;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom:5px;
	line-height:1.3em;
}	

	h3 a:link,
	h3 a:active,
	h3 a:visited {
		color:#004C71;
		text-decoration:none;
	}
	
	h3 a:hover {
		color:#c6c6c6
	}
	
h4 {
	font-size: 1.2em;
	background:#f2f2f2;
	line-height:30px;
	padding-left:10px;
	font-weight: bold;
	margin:0;
}	
	h4 a:link,
	h4 a:active,
	h4 a:visited {
		text-decoration:none;
	}
	
	h4 a:hover {
		color:#F6843D;
	}

h5 {
	font-size: 0.8em;
	font-weight: normal;
	margin:0;
}	
	h5 a:link,
	h5 a:active,
	h5 a:visited {
		color:#004C71;
		text-decoration:none;
	}
	
	h5 a:hover {
		color:#c6c6c6
	}

/* LISTS
---------------------------------------- */
ul,
ol {
	margin-bottom:10px;
}

ul li {
	padding-left:17px;
	background:url(../gfx/bullet.png) no-repeat left;
	list-style:none;
}

ol li {
	margin-left:24px;
}


/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration:none;
	color:#F6843D;
} 
a:hover,
 {
	text-decoration:underline;
	color:#999999;
}

 