@charset "utf-8";
/* CSS Document */
	
*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

:focus {
	outline: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(../images/oranjebalk.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	}
p	{
	margin-bottom:6px;
	margin-top:6px;
	}	
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
	color:#9e0000;
	}
	
h1 {
	font-size:120%;
	}
	
h2 {
	font-size:110%;
	margin-bottom:2px;
	margin-top:10px;
	}

h3 {
	font-size:110%;
	margin-bottom:2px;
	margin-top:2px;
	}

h4 {
	font-size:100%;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}

h5 {
	font-size:105%;
	font-weight:bold;
	color:#000000;
	line-height:140%;
	}
	
h6 {
	font-size:90%;
	}

ul {
	list-style:none;
	}
	
	
a:link, a:visited {
	font-weight:normal;
	text-decoration:underline;
	color:#8e0000;
	}


a:hover,
a:active {
	text-decoration:none;
}
.italic	{
	font-style:italic;
	}
.vet	{
	font-weight:bold;
	}	

.grotemarge	{
	margin-bottom:48px;
	}
.grotemargetop	{
	margin-top:48px;
	}	