/* Body */
body {
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 0px;
    margin-left: 0px;
    scrollbar-face-color: #CC3300;
    scrollbar-3dlight-color: #CC3300;
    scrollbar-highlight-color: #df7f5f;
    scrollbar-shadow-color:#A82B00;
    scrollbar-darkshadow-color:#A82B00;
    scrollbar-arrow-color: #A82B00;
    scrollbar-track-color:#CC3300;
}


/* Lettertypen bij gebruik van p td e.d. */
p, td {
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #ffffff;
}


/* Headers */
h1
{
    margin-top: 5px;
    font-size: 11pt;
    font-weight: bold;
}

h2
{
    margin-top: 0px;
    font-size: 12pt;
    font-weight: bold;
}

h3
{
    font-size: 10pt;
    font-weight: bold;
}

h4
{
    font-size: 9pt;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0 0 15px;
    background: url(pijl.gif) no-repeat center left;
}

ul
{
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 16px;
}

/* Hyperlinks */
a:link {
    color: #993300;
    text-decoration: none;
}

a:visited {
    color: #996600;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

a:active {
    text-decoration: none;
}


/* Menu */
.style11 {
    color: #999966;
    font-weight: bold;
    font-size: 9px;
}

.style13 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9px;
}

.style14 {
    color: #FFFFFF;
    font-size: 9px;
}

.style15 {
    color: #999966;
    font-weight: bold;
    font-size: 9px;
}

.style16 {
    margin: 4px 0px 4px 0px;
    font-size: 9px;
}

.style17 {
    color: #999966;
    font-weight: bold;
    text-decoration: none;
    font-size: 9px;
}

.style19 {
    color: #999966;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}


/* Taalknoppen */
a#button_cub {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    background-image: url(images/flag_cuba_des.gif);
    margin: 0 auto;
}

a#button_cub:hover {
    background-image: url(images/flag_cuba_sel.gif);
}

a#button_ned {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(images/flag_netherlands_des.gif);
    margin: 0 auto;
}

a#button_ned:hover {
    background-image: url(images/flag_netherlands_sel.gif);
}

a .alt { display: none;
}

