

<style>
foo {}

body { 
	background-color: #FFFFFF;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

td {
	font-size: 10pt;
}

th {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	background-color: #E7F2F3
}

h1 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	margin-bottom: 0px;
}

.h1 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
}

h2 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0px;
}

.h2 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}


h3 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0px;
}

.h3 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

li {
	margin-bottom: 2px;
}

.header {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 24pt;
}

.sidebar {
	border: 1px solid #006F7A;
	background-color: #E7F2F3; 
}

.navbar {
	text-align: center;
	border-left: none;
	border-right: 1px #E19800 solid;
	border-top: 1px #E19800 solid;
	border-bottom: 1px #E19800 solid;
	background-color: #F3DCAA;
	
}

.navbarend {
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px #E19800 solid;
	border-bottom: 1px #E19800 solid;
	background-color: #F3DCAA;
	
}

.grid {
	border-left: 1px #006F7A solid;
	border-right: 1px #006F7A solid;
	border-top: 1px #006F7A solid;
	border-bottom: 1px #006F7A solid;
}

A:LINK {
	color: #214CA1
}

A:VISITED {
	color: #214CA1
}

A:ACTIVE {
	color: #CC6666
}

A:HOVER {
	color: #CC6666
}

</style>

