/* html */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, dl, hr, address {
        margin:1em 0 0 0;
        padding:0;
}
h1 {
	color:#369;
	font-weight: normal;
	font-size:1.6em;
	font-weight: normal;
}
h1 span {
	display:inline;
	font-weight: bold;
	
}
h2 {
	color: #f60;
	font-size:1.4em;
	background: url(/images/bul_H2.jpg) no-repeat 0 3px;
	padding: 0 0 0 26px;
}
.highLight h3 {
	display: block;
	font-size: 1.3em;
	line-height:1.3em;
	background: url(/images/bck_rightMenuTop.gif) no-repeat;	
	color: #fff;
	font-weight:normal;		
}

h4 {
	font-weight: normal;
	font-size: 1.1em;
	padding: 4px 0 3px;
	color: #abafaf;
}
h5 {
	font-weight: normal;
	font-size: 1.1em;
	color:#336699;
}
h6 {
	margin:0;
	padding: 0;
}
p {
}
a {
	color: #666;
	text-decoration:none;
}
a span {
	color: #336699;
}
img {
	border: none;
}
td {
    vertical-align:top;
}

/* classes */
.highLight {
	margin: 0 0 10px 0;
}
.leftImage {
	float: left;
	margin: 0 6px 0 0;
	border: 1px solid #999;
}
.rightImage {
	float: right;
	margin: 0 0 0 6px;
	border: 1px solid #999;
}
.dottedLine {}
.dotLine {
	background: url(/images/bck_lijn.jpg) repeat-x;
	height:1px;
	overflow:hidden;
}

a.help {
     border: none ;
     padding: 0;
     margin-left: 0;
     text-decoration: none;
     position:relative;
           background:none!important;
           text-align:left;
     vertical-align:none;
}

a.help img {
     position:absolute;
     top:-2px;
}

#homeContent .dotLine {
	margin-left:20px;
}
#content #homeContent H1, #content #homeContent H2, #content #homeContent p {
	margin:0.4em 0;
}

.dottedLineMenu {
	height:1px;
	background:url(/images/bck_lijnMenu.jpg) repeat-x;
	margin:0 0 -6px 0;
}
.registered {
	color:#003366;
	font-weight:bold;
}
.link {
	display:block;
}
.printLink {
	padding:8px 0 8px 0;
	display:block;
	color:#006699;
	text-align:right;
	text-decoration:underline;
}
.colorLink {
	display:block;
	color:#ff6600;
	text-decoration:underline;
	background: url(/images/bul_colorLink.gif) 0 3px no-repeat;
	padding:0 0 0 15px;
}
.colorLinkInline {
	display:inline;
	color:#ff6600;
	text-decoration:underline;
}
.TDHeading 
{
    background-color: #97c7eb;
    color: #FFFFFF;
}
