/* General Text */
			
			body, td, p, div{
				font-family: arial;
				font-size: 12px;
				color: #ffffff;
			}
			a{
				color: #7adde9;
				text-decoration: underline;
			}
			a:hover{
				color: #7adde9;
				text-decoration: none;
			}
			
			.kop1, h1{
				font-size: 18px;
				color: #7adde9;
				margin-top: 5px;
				margin-bottom: 5px;
				font-weight: bold;
			}
			.kop2, h2{
				font-size: 14px;
				color: #7adde9;
				margin-top: 10px;
				margin-bottom: 5px;
				font-weight: bold;
			}
			.kop3, h3{
				font-size: 13px;
				color: #ffffff;
				margin-top: 10px;
				margin-bottom: 5px;
				font-weight: bold;
			}
			.kop4, h4{
				font-size: 12px;
				color: #ffffff;
				margin-top: 10px;
				margin-bottom: 5px;
				font-weight: bold;
			}
			.kop5, h5{
				font-size: 10px;
				color: #ffffff;
				margin-top: 10px;
				margin-bottom: 5px;
				font-weight: bold;
			}
			.kop6, h6{
				font-size: 10px;
				color: #ffffff;
				margin-top: 10px;
				margin-bottom: 5px;
				font-weight: bold;
			}
			
			
			hr{
				height: 1px;
				line-height: 1px;
				font-size: 1px;
				color: #7adde9;	
				border: 0px;
			}
			
			ul, ol{
				margin-top: 5px;
				margin-bottom: 5px;
				margin-left: 2.2em;
				padding-left: 0px;
			}
			
			ul{
				list-style-type: square;
			}
			ol li, ul li{
				margin-bottom: 10px;
			}

			/*TEXT*/
					
			div.newsholder{
				color: #ffffff;
			}
			div.newsholder h1{
				font-size: 14px;
			}

			/*Trail*/
			td.trailholder, td.trailholder a, td.trailholder a:hover{
				color: #ffffff;
				font-size: 11px;
			}
			td.trailholder a{
				text-decoration: none;
			}
			td.trailholder a:hover{
				color: #00a3b4;
				text-decoration: none;
			}
			td.trail{
				padding-left: 30px;
			}
			
			/* Mainmenu */
			td.mainmenuitem_norm a, td.mainmenuitem_norm a:hover, td.mainmenuitem_selected a, td.mainmenuitem_selected a:hover{
				color: #ffffff;
				font-weight: bold;
				font-size: 11px;
				
				height: 29px;
				width: 184px;
				display: block;
				
				text-indent: 30px;
				line-height: 29px;
				
				text-decoration: none;
				
				background-image: url(http://www.estec.nl/gfx/mainmenuitem_bg.gif);
				background-repeat: no-repeat;
				background-position: top left;
			}
			td.mainmenuitem_norm a{
				background-color: #005f6b;
			}
			
			td.mainmenuitem_norm a:hover, td.mainmenuitem_selected a, td.mainmenuitem_selected a:hover{
				background-color: #09333e;
			}
			
			/* Submenu */
			td.submenuitem_norm a, td.submenuitem_norm a:hover, td.submenuitem_selected a, td.submenuitem_selected a:hover{
				color: #ffffff;
				font-weight: bold;
				font-size: 11px;
				
				height: 29px;
				width: 184px;
				display: block;
				
				text-indent: 47px;
				line-height: 29px;
				
				text-decoration: none;
				
				background-image: url(http://www.estec.nl/gfx/submenuitem_bg.gif);
				background-repeat: no-repeat;
				background-position: top left;
			}
			td.submenuitem_norm a{
				background-color: #019bae;
			}
			
			td.submenuitem_norm a:hover, td.submenuitem_selected a, td.submenuitem_selected a:hover{
				background-color: #03c2d9;
			}
			
			/*Footer*/
			
			td.footerholder, td.footerholder td, td.footerholder p, td.footerholder div{
				color: #4d99a4;
				text-align: center;
			}
			
			/*CMS by WebGenerator*/
			td.cmsby, td.cmsby a{
				color: #00a3b4;
				text-align: right;
				
				font-size: 9px;
			}
			td.cmsby a{
				text-decoration: none;
			}
			td.cmsby a:hover{
				color: #ffffff;
				text-decoration: none;
			}
