/* Deze stylesheet gaat over positionering en afmeting van elementen. Voor kleuren zijn aparte stylesheets. */






/***************** BODY classes **********************/

BODY{
font-size: 95%;
text-align: left;
line-height: 130%;
margin-top: 0px;
}


/************** PARAGRAPH classes ********************/

P{
max-width: 800px;
margin-left: 40px;
margin-right: 40px;
margin-top: 0px;
margin-bottom: 20px;
font-size: 95%;
text-align: left;
}


/************** FONT BIG and SMALL classes ***********/

BIG{
font-size: large;
font-weight: normal;
line-height: 130%;
}

SMALL{
font-size: small;
font-weight: normal;
line-height: 130%;
}


/************** FONT STYLE classes *******************/

I{
font-style: oblique;
font-weight: normal;
line-height: 130%;
}

B{
font-weight: bold;
line-height:130%;
}


/************** HEADING classes **********************/

H1{
margin-left: 40px;
margin-right: 5%;
font-size: x-large;
font-weight: normal;
line-height: 130%;
text-align: left;
} 


/************** DIV classes **************************/

DIV{
margin-left: 20px;
margin-right: 20px;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
z-index: -1;
}

DIV.right{
float: right;
margin-left: 20px;
margin-right: 20px;
text-align: left;
z-index: -1;
}


/************** IMG classes **************************/

IMG{
margin-left: 20px;
margin-right: 20px;
}


/************** TABLE classes ************************/

TABLE{
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
vertical-align: top;
text-align: center;
line-height: 130%;
font-size: 95%;
}

TABLE.indent{
width: 90%;
margin-left: 10%;
padding: 0px;
border: 0px;
vertical-align: top;
text-align: center;
line-height: 130%;
}


TBODY{
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
vertical-align: top;
line-height: 130%;
}

TD{
vertical-align: top;
}


/****************** list style classes *****************************/



