/* Default CSS Stylesheet for a new Web Application project */
body,html { height:100%}
BODY
{
    BACKGROUND-COLOR: #ffffff;
	color:#666666;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/home-bg.gif);
	background-position:center top;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
}

TABLE{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	color:#666666;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.tabel { height:100%;}

a:link       { color: #3e6d90; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:visited    { color: #3e6d90; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:active     { color: #3e6d90; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:hover     { font-family: Arial; color: #3e6d90; font-size: 8pt; text-decoration: none}

td.bg-menu{background-image:url(images/menu-bg.gif);}
td.main-bg{background-image:url(images/main-bg.gif);}
.border {solid 1px #333333;}
.scheiding { color: #ffffff; font-family: Arial; font-size: 8pt;}


