/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #fffaee;
	color:#9D7753;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    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-attachment: fixed;
	background-image: url(images/main-bg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
}

TABLE{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	color:#9D7753;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

a:link       { color: #37240f; font-family: Arial; font-size: 10pt; text-decoration: none}
a:visited    { color: #37240f; font-family: Arial; font-size: 10pt; text-decoration: none}
a:active     { color: #37240f; font-family: Arial; font-size: 10pt; text-decoration: none}
a:hover     { font-family: Arial; color: #6F503E; font-size: 10pt; text-decoration: none}

.validator {color: #7F9DB9;font-size:8pt;}
.validatortext {color: #7F9DB9;}
input.stylebutton { font-size: 8pt; color: #ffffff; background-color:#7F9DB9; border:solid 1px;}
textarea, input { font-size: 10pt; font-family: Arial }

a.menu {color: #7F9DB9;font-family: Arial; font-size: 8pt;}
a.menu:link       { color: #7F9DB9; font-family: Arial; font-size: 8pt; text-decoration: none}
a.menu:visited    { color: #7F9DB9; font-family: Arial; font-size: 8pt; text-decoration: none}
a.menu:active     { color: #7F9DB9; font-family: Arial; font-size: 8pt; text-decoration: none}
a.menu:hover     { font-family: Arial; color: #6F503E; font-size: 8pt; text-decoration: none}

a.selected {color: #7F9DB9;font-family: Arial; font-size: 8pt;}
a.selected:link       { color: #7F9DB9; font-family: Arial; font-size: 8pt; text-decoration: none}
a.selected:visited    { color: #7F9DB9; font-family: Arial; font-size: 8pt; text-decoration: none}
a.selected:active     { color: #7F9DB9; font-family: Arial; font-size: 8pt; text-decoration: none}
a.selected:hover     { font-family: Arial; color: #7F9DB9; 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 {border: solid 1px #7F9DB9;}
.scheiding { color: #ffffff; font-family: Arial; font-size: 8pt;}


