INPUT,SELECT,TEXTAREA,OPTION
{
	FONT-FAMILY: Calibri,Tahoma,Arial, Helvetica, sans-serif;
	BORDER: 1px solid #7B9EBD;
	FONT-SIZE : 10pt;
}


BODY
{
    FONT-SIZE: 10pt;
    COLOR: black;
    font-weight:bold;
    FONT-FAMILY: Calibri,Tahoma,Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: white;
    background-image: url('images/backgroundmijnartex.jpg'); 
    background-size: 2200px 1400px;
}

.upper
{
    text-transform:uppercase;
}

.lower
{
    text-transform:lowercase;
}

.number
{
    text-align:right;
}

.capitalize
{
    text-transform:capitalize;
}

.button40
{
	BORDER     	: none;
	HEIGHT           	: 18px;
	WIDTH		     	: 40px;
	BACKGROUND-COLOR 	: transparent;
	BACKGROUND-IMAGE 	: url('images/blank-btn40-off.gif');
	CURSOR		: pointer;
	TEXT-ALIGN       	: center;
}


.button40:hover
{
	BACKGROUND-COLOR 	: transparent;
	BACKGROUND-IMAGE 	: url('images/blank-btn40-hover.gif');
	BORDER		     	: none;
	FONT-WEIGHT     	: normal;
	HEIGHT          	: 18px;
	WIDTH			    : 40px;
	CURSOR	    		: pointer;
	CURSOR          	: hand;
	TEXT-ALIGN      	: center;
}

.button70
{
	BORDER     	        : none;
	HEIGHT           	: 18px;
	WIDTH		     	: 70px;
	BACKGROUND-COLOR 	: transparent;
	BACKGROUND-IMAGE 	: url('images/blank-btn70-off.gif');
	CURSOR		: pointer;
	TEXT-ALIGN       	: center;
}


.button70:hover
{
	BACKGROUND-COLOR 	: transparent;
	BACKGROUND-IMAGE 	: url('images/blank-btn70-hover.gif');
	BORDER		     	: none;
	FONT-WEIGHT     	: normal;
	HEIGHT          	: 18px;
	WIDTH			    : 70px;
	CURSOR	    		: pointer;
	CURSOR          	: hand;
	TEXT-ALIGN      	: center;
}


.button98
{
	BORDER     	: none;
	HEIGHT           	: 18px;
	WIDTH		     	: 98px;
	BACKGROUND-COLOR 	: transparent;
	BACKGROUND-IMAGE 	: url('images/blank-btn98-off.gif');
	CURSOR		: pointer;
	TEXT-ALIGN       	: center;
}


.button98:hover
{
	BACKGROUND-COLOR 	: transparent;
	BACKGROUND-IMAGE 	: url('images/blank-btn98-hover.gif');
	BORDER		     	: none;
	FONT-WEIGHT     	: normal;
	HEIGHT          	: 18px;
	WIDTH			    : 98px;
	CURSOR	    		: pointer;
	CURSOR          	: hand;
	TEXT-ALIGN      	: center;
}

.button128
{
	BORDER     	: none;
	HEIGHT           	: 18px;
	WIDTH		     	: 128px;
	BACKGROUND-COLOR 	: transparent;
	BACKGROUND-IMAGE 	: url('images/blank-btn128-off.gif');
	CURSOR		: pointer;
	TEXT-ALIGN       	: center;
}


.button128:hover
{
	BACKGROUND-COLOR 	: transparent;
	BACKGROUND-IMAGE 	: url('images/blank-btn128-hover.gif');
	BORDER		     	: none;
	FONT-WEIGHT     	: normal;
	HEIGHT          	: 18px;
	WIDTH			    : 128px;
	CURSOR	    		: pointer;
	CURSOR          	: hand;
	TEXT-ALIGN      	: center;
}


.buttonlink
{
	BACKGROUND-COLOR 	: #F1F1F1 ;
	border-color    : #929DA3;
	HEIGHT          : 22px;
	WIDTH			: 98px;
	font-size: 12px;
	color: black;
	font-weight : bold;
	font-family:MS Sans Serif,Arial, Helvetica, sans-serif;
	 cursor: hand; cursor: pointer;
}


DIV.font1
{
    FONT-FAMILY: sans-serif;
    COLOR: black;
    FONT-SIZE: 9pt;
    FONT-WEIGHT:bold;
    MARGIN: 0px;
    white-space: nowrap;
    PADDING: 2px;
}
DIV.font2
{
    FONT-FAMILY: sans-serif;
    BACKGROUND-COLOR: #c0e0ff;
    FONT-SIZE: 9pt;
    MARGIN: 0px;
    FONT-WEIGHT:bold;
    white-space: nowrap;
    PADDING: 2px;
    WIDTH: 70pt;
    COLOR: black;
}
DIV.font3
{
    BACKGROUND-COLOR: #c0e0ff;
    FONT-SIZE: 9pt;
    COLOR: red;
    FONT-FAMILY:  Arial ;
    font-weight : bold;
    MARGIN: 0px;
    white-space: nowrap;
    PADDING: 2px;
    WIDTH: 70pt;
}

FIELDSET
{
    BORDER: #336699 1px solid;
    BACKGROUND-COLOR: transparent;
    padding-left: 2px;
    font-family:MS Sans Serif,Arial, Helvetica, sans-serif;
    font-size:9pt;
    font-weight:bold;
    white-space:nowrap;
}

LEGEND
{
   color: black;
}

TD.font1
{
    FONT-FAMILY: sans-serif;
    COLOR: black;
    FONT-SIZE: 9pt;
    FONT-WEIGHT:bold;
    MARGIN: 0px;
    white-space: nowrap;
    PADDING: 2px;
}
TD.font2
{
    FONT-FAMILY: sans-serif;
    BACKGROUND-COLOR: white;
    FONT-SIZE: 9pt;
    MARGIN: 0px;
    FONT-WEIGHT:bold;
    white-space: nowrap;
    PADDING: 2px;
    WIDTH: 70pt;
    COLOR: black;
}
TD.font3
{
    BACKGROUND-COLOR: white;
    FONT-SIZE: 9pt;
    COLOR: red;
    FONT-FAMILY:  Arial ;
    font-weight : bold;
    MARGIN: 0px;
    white-space: nowrap;
    PADDING: 2px;
    WIDTH: 70pt;
}
TR.HeadingCenter
{
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-SIZE: 10pt;
    COLOR: navy;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center;
    height: 24px;
}


