/*TOP LEVEL ELEMENTEN*/
html, body
{
	font-family:Tahoma;
	background-color:Gray;
	height:100%;
	margin:0px;
	padding:0px;
	font-size::11px;
	}
	
/*CLASS VOOR TABELLEN*/
.tableMain
{
	width:100%;
	height:100%;
	background-color:White;
	border-collapse:collapse;
	border:solid 1px black;
}

.tableNavigatie
{
	width:100%;
}

.tableContent
{
	width:100%;
	background-color: #FFFFFF;
	font-size:11px;

}

.tableRight
{
	width:100%;
	background-image: none;
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;

}

/*CLASS VOOR DE TOP ROW EN BOTTOM ROW*/
.tableTopRow
{
	height:80px;
}

/*CLASS VOOR LINKER EN RECHTER KOLOM*/
.tableLeftColumn
{
	width:100px;
	vertical-align:top;
	border-right:solid 1px black;
	background-color:gainsboro;
}

.tableRightColumn
{
	width:110px;
	vertical-align:top;
	border-left:solid 1px black;
	background-color:#CCCCCC;
	background-image: url(../../images/kaderrechts.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*CLASS VOOR HET CONTENT DEEL*/
.tableCentercolumn
{
	vertical-align:top;
	background-image: none;

}

/*CLASS VOOR DE TOP CELL*/
.tableTopCell
{
	font-weight: bold;
	font-size: 16px;
	color: white;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom:solid 1px black;
	background-image: url(../../images/bannerjim1.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	text-decoration: blink;
	word-spacing: normal;
	background-position: center top;
	letter-spacing: 10mm;
	height: 80px;
}

/*CLASS VOOR BOTTOM CELL*/
.tableBottomCell
{
	font-size:10px;
	color: white;
	background-color: #999999;
	text-align: left;
	background-image: none;
	background-attachment: fixed;
	background-position: left top;
	border: thin solid #CCCCCC;
}

a.lnkNavigatieLeft:Link,a.lnkNavigatieLeft:Visited, a.lnkNavigatieLeft:Active
{
	background-color:White;
	border:solid 1px black;
	padding:2px;
	display:block;
	margin-bottom:1px;
	text-decoration:none;
	color:#336699
}

a.lnkNavigatieLeft:Hover
{
	color: #ffffff;
	background-color: #336699;
}
.tableBottomRow
 {
	text-align: center;
	background-color: #FFFFFF;
	border: thin solid #999999;
	line-height: normal;
}
.tableBottomRow
 { 
	height:40px;
 } 
 
 .fontBoldLarge
 {
 font-family:tahoma;
 font-size::18px;
 font-weight:bold;
 text-align:center;
 }
 
 a:Link, a:Active, a:Visited
 {
 color:blue;
 text-decoration:underline;
 }
 td {
	font-family: Tahoma;
	font-size: 12px;
}
.hdrContent {
	font-family: Tahoma;
	font-size: 24px;
	color:#003366;
	text-align: center;
	display:block;
	margin-bottom:15px;
	}
a.SubkNavigatieLeft:Link,a.SubkNavigatieLeft:Visited, a.SubkNavigatieLeft:Active
{
	background-color:#C9D1D3;
	border:solid 1px black;
	padding:2px;
	display:block;
	margin-bottom:1px;
	text-decoration:none;
	color:#336699;
	margin-left:10px;
	}

/* these currently unused???
a.SubsubkNavigatieLeft:Link,a.SubkNavigatieLeft:Visited, a.SubkNavigatieLeft:Active
{
	background-color:red;
	border:solid 1px black;
	padding:2px;
	display:block;
	margin-bottom:1px;
	text-decoration:none;
	color:#336699;
	margin-left:30px;
}

*/

/*added by Richard Mather for Jim 02/02/2005*/
a.SubkNavigatieLeft:Hover
{
	color: #FFFFFF;
	background-color: #336699;
}



