/* ######################### Comment ######################### */
/* Color Scheme
/* LightBlue   99CCFF
/* MiddleBlue  6699FF
/* DarkBLue    3399FF
/* DarkBLue2   3333FF
/* ######################### Comment ######################### */


h1 { }
h2 { }
h3 { font-family: Arial, Helvetica, Sans serif; font-size: 18px; color: #3333FF }
h4 { }
h5 { font-family: Arial, Helvetica, Sans serif; font-size: 14px; color: #3399FF }
h6 { font-family: Arial, Helvetica, Sans serif; font-size: 10px; color: #3333FF }

/* ######################### Tables  ######################### */

td {
  font-family : Arial, Helvetica, Sans serif; 
  font-size   : 13px; 
  font-weight : bold;
  color       : #000000
  }

.head { 
  font-family  : Arial, Helvetica, Sans serif; 
  font-size    : 18px; 
  background   : #6699FF; 
  color        : #0000FF; 
  text-align   : center; 
  padding-left : 4px 
  }

.lbl { 
  font-family  : Arial, Helvetica, Sans serif; 
  font-size    : 14px; 
  background   : #FFFF66; 
  color        : #3366FF;  
  padding-left : 4px ; 
  width        : 130px 
  }

.txt { 
  font-family  : Arial, Helvetica, Sans serif; 
  font-size    : 14px; 
  background   : #FFFFCC; 
  color        : #3366FF; 
  text-align   : left ; 
  padding-left : 4px 
  }


/* ######################### Not Use Yet ######################### */

textarea {font-family: Arial, Helvetica, Sans serif; font-size: 11px; color: #FF0000}
input    {font-family: Arial, Helvetica, Sans serif; font-size: 11px; }
select   {font-family: Arial, Helvetica, Sans serif; font-size: 11px; }

/* ######################### Anchors ######################### */

.Highlight {
/*  background-image      : url(../button_bar.png) */
  background-color : #3366FF
  color            : #FFFFFF
  }

a {
  color           : #0000FF; 
  text-decoration : none
  }

a:hover {
  color            : #FF99CC; 
  background-color : #0000FF;
  text-decoration  : none
  }

.NotReady { 
  color           : #0000FF; 
  text-decoration : none
  }

a:hover.NotReady {  
  color           : #3333CC; 
  text-decoration : none
  }


body     { background:#99CCFF; color:#3366FF; background-attachment: fixed }


/* ######################### Testing ######################### */

.Test { 
  color           : #3333FF; 
  text-decoration : none
  }

a:hover.Test {  
  color           : #FF0000; 
  text-decoration : underline
  }



/* ######################### Knip & Plak / voorbeelden ######################### */

.KaderTitel {color: #000000}

.Wit { color: #FFFFFF;}

.Kleiner { font-size: 10px; }
.Groter	 { font-size: 13px; }
.Giant	 { font-size: 26px; }

.Titel { font-family: Arial, Helvetica, Sans serif; font-size: 18px;}

.LinkBody { color: #000000; font-size: 11px; text-decoration: none}
a:hover.LinkBody {  color: #000000; text-decoration: underline}

.border { border: 1px solid #99CC99; }


