H1 {
  color: #FFFFFF;
  font-size : 14px;
  font-weight: bold;
  display: inline;
}

H2 {
  color: #2A2A5D;
	font-size : 12px;
  font-weight: bold;
  display: inline;
}


.pageTitle {
  color: #FFFFFF;
  background-image: URL(/images/pagetitle_bg.gif);
	font-size : 14px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
  padding-left: 5px;
}

TD.pageIntro {
  padding: 15px;
}

TD.pageModule {
  padding: 15px;
}

.TextField
{  
  height: 16px;
	font-family : Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #000000;
  margin: 0px;
  background-color: #FFFFFF;
	border : 1px solid #CCCCCC;
}

.TextFieldOn
{  
  height: 16px;
	font-family : Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #000000;
  margin: 0px;
  background-color: #FFFFFF;
	border : 1px solid #CCCCCC;
}

.TextFieldOut
{  
  height: 16px;
	font-family : Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #000000;
  margin: 0px;
  background-color: #FFFFFF;
	border : 1px solid #CCCCCC;
}

.FrmBtnOut
{  
  cursor: hand ; 
  height: 20px;
	font-family : Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #000000;
  margin: 0px;
  background-color: #F8DA4E;
	border : 1px solid #000000;
}

.FrmBtnOn
{  
  cursor: hand ; 
  height: 20px;
	font-family : Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #067BB6;
  margin: 0px;
  background-color: #FFFFFF;
	border : 1px solid #000000;
}

A {text-decoration: underline; color: #2A2A5D;}
A:link { }
A:visited {}
A:hover {text-decoration: underline; color: #F8DA4E; }

A.menu {text-decoration: none; font-weight: bold; color: #FFFFFF;}
A.menu:link { }
A.menu:visited {}
A.menu:hover {text-decoration: underline; font-weight: bold; }

A.small {text-decoration: none; font-weight: bold; color: #000000; font-size: 10px;}
A.small:link { }
A.small:visited {}
A.small:hover {text-decoration: underline; font-weight: bold; color: #F8DA4E; }

LI
{
  list-style-type: square;
}

UL
{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10;
}

TD.header01 {
  background-image: URL(/gfx/bg_gastenboek.gif);
  background-color: #2A2A5D;
  color: #FFFFFF;
	font-size : 12px;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

TD.body01 {
  padding-top: 5px;
  padding-bottom: 5px;
}

TD.header02 {
  color: #FFFFFF;
	font-size : 11px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 2px;
  border-bottom: 1px solid #FFFFFF;
  text-transform: uppercase;
}

TD.small {
	font-size : 11px;
}

TD.body02 {
	font-size : 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #FFFFFF;
}

TD.leftColumn {
   width: 200px;
   height: 400px;
   padding-top: 15px;
   padding-left: 5px;
   padding-right: 5px;
   vertical-align: top;
   border-right: 1px solid #CCCCCC;
   background-color: #2A2A5D;
   background-image: URL(/images/bg_column.gif);
   background-repeat: repeat-x;
}

TD.midColumn {
   width: 100%;
   vertical-align: top;
   padding-right: 5px;
}

TD.rightColumn {
   width: 200px;
   padding-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
   vertical-align: top;
   background-image: URL(/images/bg_column.gif);
   border-left: 1px solid #CCCCCC;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
  line-height: 16px;
}

BODY {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(/images/background_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  line-height: 16px;
  height: 100%;
}