html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 7px;
  margin: 0;
}

img {
	max-width: 100%;	
}

h1 {
	color: #015198;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .8em;
}

h2 {
	color: #015198;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .8em;	
}

p {
	margin-bottom: .8em;
	font-size: .9em;
}

#navigation {
	background: #015198;
	-webkit-border-radius: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 7px;
	padding-left: 10px;
}

	#navigation ul {
		color: #fff;
	}
	
	#navigation ul li {
		list-style-type: none;
		display: inline;
		line-height: 20px;
	}
	
	#navigation ul li a.nav:link, a.nav:visited {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: .8em;
	}
	
	#navigation ul li a.nactiv {
		color: #96ceff;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: .8em;
	}
	
#news {
	background: #015198;
	-webkit-border-radius: 5px;
	margin-top: 7px;
	padding: 7px;
	padding-left: 10px;
	color: #fff;
}

	#news ul {
		width: 80%;
	}

	#news ul li {
		list-style-type: square;
		list-style-position: inside;
	}
	
	a.newslnk, a.newslnk:visited {
		color: #fff; 
		text-decoration: none;
		border-bottom: 1px solid #fff;
		font-weight: bold;
		text-transform: uppercase;
		font-size: .8em;
	}
	
#subnavigation {
	background: #bdcfe6 url(../images/bg.jpg) repeat-y;
	-webkit-border-radius: 7px;
	padding: 7px;
	margin-bottom: 10px;
	color: #015198; 
}

	#subnavigation ul {
		width: 80%;
		margin-left: 5px;
	}

	#subnavigation ul li {
		list-style-type: none;
		list-style-position: inside;
		margin-bottom: 5px;
	}
	
	#subnavigation ul li a.snav:link, a.snav:visited {
		color: #015198; 
		text-decoration: none;
		font-size: .75em;
		text-transform: uppercase;
	}
	
	a.activ, a.activ:visited {
		color: #015198; 
		text-decoration: none;
		font-size: .75em;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#content ul {
		margin-bottom: .8em;
		font-size: .9em;
		margin-left: 2em;
	}
	
	#content ul li {
		list-style-type: circle;
		list-style-position: outside;
		line-height: 1.5em;
	}
	
	#content a, a:visited {
		color: #3c3b40;	
	}
	
	#content ol {
		margin-bottom: .8em;
		font-size: .9em;
		margin-left: 2em;
	}
	
	#content ol li {
		list-style-type: decimal;
		list-style-position: outside;
		line-height: 1.5em;
	}
	
	a.pdffile, a.pdffile:visited {
		background: url(../images/pdf.png) no-repeat left center;
		padding-left: 23px;
		display: block;
		font-size: .9em;
		margin-bottom: .5em;
	}