/* CSS Document */

h1 {
color : #FFFFFF;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size : 14px;
text-decoration : none;
padding: 0;
margin: 0;
}

h2 {
color : #b9dcff;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size : 12px;
text-decoration : none;
padding: 0;
margin: 0;
}


.kop1{
color : #FFFFFF;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size : 14px;
text-decoration : none;
}

.kop2{
color : #b9dcff;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size : 12px;
text-decoration : none;

}


.menu1{
color : #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration : none;
}

.menu2{
color : #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration : none;
}

.menu1:HOVER{
color : #a80005;
text-decoration:none;
}

.menu2:HOVER{
color : #CCCCCC;
text-decoration:none;
}

.text_white{
color : #CCCCCC;
}

.text_black{
color : #666666;
}


.small{
font-size : 10px;
}