/*
************************************************************

       copyright (c) 2003 Intex

       function: Stylesheet
        website: Centrum voor Human Resourcing
         coding: Edwin Nouwen

************************************************************
*/

/*********************** HTMLCODES *************************/

BODY {
   scrollbar-highlight-color: #ffffff;
   scrollbar-3dlight-color: #ffffff;
   scrollbar-face-color: #DECEC6;
   scrollbar-shadow-color: #DECEC6;
   scrollbar-arrow-color: #8C3121;
   scrollbar-darkshadow-color: #ffffff;
   scrollbar-track-color: #ffffff;
 /*
   cursor: crosshair;
*/
}

BODY,TD {
   color: #893127;
   font-size: 11px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
   font-family: arial, helvetica;
}

A:LINK,A:VISITED {
   color: #005399;
   text-decoration: none;
}

A:HOVER,A:ACTIVE  {
   color: #005399;
   text-decoration: underline;
}

A.MENU1:LINK,A.MENU1:VISITED {
   color: white;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

A.MENU1:HOVER,A.MENU1:ACTIVE {
   color: #E7AFA9;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}
	
A.MENU2:LINK,A.MENU2:VISITED {
   color: white;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

A.MENU2:HOVER,A.MENU2:ACTIVE {
   color: #A5D6FF;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

A.INTRO:LINK,A.INTRO:VISITED {
   color: #97BD5B;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

A.INTRO:HOVER,A.INTRO:ACTIVE {
   color: black;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

B {
/*
   color: #97BD5B;
*/
}

HR {
/*
   color: #97BD5B;
*/
}

LI {
   list-style: url(images/dot.gif);
}

INPUT,TEXTAREA,SELECT {
   color: #8C3121;
   background: #FFFFFF;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
   font-family: arial, helvetica;
   filter: alpha(opacity=50);
}

INPUT,TEXTAREA {
   border-color: #8C3121;
   border-style: solid;
   border-width: 1px;
}

/************************* GROUPS **************************/

.HEAD {
   color: #8C3121;
   font-size: 15px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

.SUBHEAD {
   color: #8C3121;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

/*********************** STANDARD ***********************/

.WHITE {color: white;}
.BLACK {color: black;}

.1 {font-size: 11px;}
.2 {font-size: 13px;}
.3 {font-size: 16px;}
.4 {font-size: 18px;}
.5 {font-size: 24px;}
.6 {font-size: 32px;}
.7 {font-size: 48px;}

.BORDER {border-color: black; border-style: solid; border-width: 2px;}
.NOBORDER {border-style: none; border-width: 0px;}
.NOBACKGROUND {background: transparent;}

.NORMAL {font-style: normal; font-weight: normal;}
.BOLD {font-weight: bold;}
.ITALIC {font-style: italic;}
.UNDERLINED {text-decoration: underlined;}

