body
{
    color: #000000;
    background-color: #F9FAEE;
    font-family: "Helvetica medium" , "Arial";
    border-left-color: #292f2b;
    font-weight: 300;
    font-variant: normal;
}
a:link {color:#8e001c;
    text-align: left;
}
a:visited {color:#ed8500; }
a:active {color:#070e09; text-decoration: none;}

.buttonopmaak
{
    background-color:#F9FAEE;
    border-width:2px;
    font-family: "Helvetica medium", "Arial";
    font-size:8pt;
    color:#8E001C;
}

p, ul ol { font-family: Helvetica medium;
        color: #000000;
    	font-size : 10pt;	}
li, td 	{ font-family: Helvetica medium;
         font-weight: 300;
    color: #000000;
    font-variant: normal;
	font-size : 10pt;}
em	{ font-family: Helvetica medium;
	font-size : 10pt;
	font-weight : bold}
h1 	{ font-family: Helvetica medium;
	font-size : 12pt;
	color: #8E001C}
h2 	{ font-family: Helvetica medium;
	font-size : 11.5pt;
	font-weight: bold;
	color: #8E001C}
.buttonstyle {
  background: #8e001c; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ABB202', endColorstr='#F9FAEE'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#ABB202), to(#F9FAEE)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #ABB202,  #F9FAEE); /* for firefox 3.6+ */ 
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
  }
  .buttonstyle:hover {
	text-decoration: none;
}
.buttonstyle:active {
	position: relative;
	top: 1px;
}

