/* main page styles */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: white;
  background-image: url('http://geactiveerd.nfg.nl/bannerrood.jpg');
  background-repeat: no-repeat;
  color: #333;
  margin: 100px 0px;

}

/* NFG base style */
H1 { font-size: 12px; line-height: 14px; 
     letter-spacing: 0.2em;
      margin: 5px 40px 25px 200px; padding: 15px 0px 0px 5px; }
H2 { font-size: 11px; line-height: 14px; 
     margin: 15px 0px 5px 0px;  padding: 10px 0px 0px 20px; 
     border-top: solid #b6d3db 1px; }
H3 { font-size: 10px; line-height: 11px; 
     margin: 5px 40px 3px 0px; padding: 10px 0px 0px 0px; }
H1,H2,TH.group { color: #443793 ; }
H3 {  color: #707040; }
H3 A { color: #707040; text-transform: lowercase; font-weight: normal; }
H1,H2,H3,TH.group { 
     text-transform: uppercase; font-weight:bold; }
P,LI,UL,OL,DT,DL,TH,TD,INPUT,SELECT { font-size: 11px; line-height: 14px; }
P     { padding: 2px 0px 2px 0px; margin: 0px 40px 0px 20px; }
UL,OL { padding: 2px 40px 2px 20px; margin: 0px 0px 0px 0px; 
        list-style-position: outside; }
	
H2.bigmessage {
	border: solid 5px red;
	width: auto;
	text-align: center;
	padding: 5px 0 5px;

}
TR { vertical-align: top; }
TH,TD { font-family: Verdana, Arial, sans-serif; 
        font-size: 11px;  
        text-align: left; 
        font-weight: normal; }
CAPTION { caption-side: bottom; 
        margin: 2px 20px 10px 20px;
        font-family: Verdana, Arial,sans-serif; 
        font-size: 9px;  
        font-style: italic;
        text-align: right; 
        font-weight: normal; }
				
P.payoff { padding: 100px 20px 2px 200px;
	    color: #443793;
	    font-style: italic; 
	    font-size: 12px; }
TABLE.footer { margin: 20px 0px; }
TABLE.footer TH { padding: 2px 20px; font-weight: bold; font-size:10px; }
TABLE.footer TD { padding: 2px 20px; font-size: 9px; }

/* geactiveerd style */
BODY { padding: 10px 200px; }
UL { list-style-image: url('http://geactiveerd.nfg.nl/bullet.jpg'); }

A	  { text-decoration: none; color: #5c4ac7; }
A:link    { }
A:hover   { text-decoration: underline;}
A:active  { color: red; border: 1px dotted blue; }
A:visited { }

DIV#content {
	width: 873px;
	margin: 0 auto;
}

