

/*********************/
/* OPMAAK LETTERTYPE */

*{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body {
font-family: Courier, Monaco, "Courier New";
margin: 0px;
color: #000000;
}

H1 { 	
color: #FF0000;
font-variant: small-caps;
font-size: 18pt;
font-weight: bold;
margin-top: 0px;
margin-bottom: -2px;
}	

H2 { 	
color: #FF0000;
font-size: 10pt;
font-weight: bold;
}

H3 { 	
font-size: 10pt;
font-weight: normal;
margin-top: -3px;
margin-bottom: 12px;
color:#888888;}
			
div#general_container #general h1, div#general_container #general p, div#general_container div#general a {
padding-left: 25px;
}

div#general_container h1 {
margin-top: 15px;
}

div#general_container div#general p {
margin-bottom: 0px;
}

#navigation h2, #general_container h2 {
margin-bottom: -16px;
}

p, a {		
font-size: 9.6pt;
text-align: justify;
}

p {
margin-bottom: 12px;
}

p.grey {		
color: #888888;
}

p.alignleft {
text-align: left;
}

a:link 		{	color: #000000; text-decoration: none; font-weight: bold;}
a:visited 	{	color: #000000; text-decoration: none; font-weight: bold;}
a:hover 	{	color: #FF0000; text-decoration: none; font-weight: bold;}
a:active 	{	color: #FF0000; text-decoration: none; font-weight: bold;}

div#content a:link, 	div#general a:link 		{	color: #000000; text-decoration: none; font-weight: normal;}
div#content a:visited,	div#general a:visited 	{	color: #000000; text-decoration: none; font-weight: normal;}
div#content a:hover, 	div#general a:hover 	{	color: #FF0000; text-decoration: none; font-weight: normal;}
div#content a:active,	div#general a:active 	{	color: #FF0000; text-decoration: none; font-weight: normal;}
