BODY {

	color: rgb(0,0,0);
    background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
    border: 0;
    margin: 0;
    padding: 0;
}

table.header {
	color: #666666;
	background-color: #CCCCCC;
	height: 11px;
	empty-cells:show;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 36px;

	border-bottom: 8px solid rgb(204,102,0);

	font-weight: bold;

	font-style: italic;



}

table.main {

	color: rgb(0,0,0);

        background-color: #FFFFFF;

        width: 100%;

	border: 0;

        margin: 0;

        padding: 0;

	height: 85%;

}

table.footer {

	color: rgb(255,255,255);

        background-color: #CA6500;

        height: 11px;

        empty-cells:show;

        width: 100%;

        border: 0;

        margin: 0;

        padding: 0;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

}

TD.menu-overgang {

	color: rgb(204,102,0);

        background-color: #CA6500;

        width: 3px;

        vertical-align: top;



}

.menu-contact {

	background-color: transparent;
        color: #ffffff;
        width: 180px;
        height: 22px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid rgb(204,102,0);
        border-right: 0px;
        border-left: 0;
        border-bottom: 1px solid rgb(204,102,0);
}

.menu-w3 {

	background-color: transparent;

        color: #ffffff;

        width: 180px;

	height: 40px;

	text-align: center;

	border: 0px;

}

DIV.textarea {

	background-color: transparent;

	font-family: Arial, Helvetica, sans-serif;

        color: rgb(0,0,0);

	font-size: 13px;

	font-weight: normal;

	margin-right: 3px;

        margin-left: 8px;

        margin-bottom: 3px;

        margin-top: 3px;

}

.menu {
	background-color: transparent;
	font-weight: bold;
    color: rgb(0,0,0);
    width: 180px;
	font-size: 13px;
	margin-right: 0;
        margin-left: 5px;
        margin-bottom: 0;
        margin-top: 0;
	border-top: 0;
        border-right: 10px;
        border-left: 0;
        border-bottom: 0;
}

.link {

	background-color: transparent;

	color: #666666;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	text-decoration: none;

	font-style: normal;

	font-weight: 600;

	text-transform: none;

}


