/*Lettertype, grootte en kleur*/
* {
	font-family : Verdana, Arial, sans-serif ; 
	font-size : 11px;
	line-height: 20px;
	color: #00468B;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #2E72B6;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2E72B6;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2E72B6;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #2E72B6;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #2E72B6;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	color: #2E72B6;
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 6px;
}

/*Donkere kleur*/
td.news_head_left, td.news_head_right {
	background-color: #FFFCF3;
}

/*Lichte kleur*/
.td.news_content_image, td.news_content, td.news_date {
	background-color : #FFFCF3;
}

/*Kleur van de links*/
a:hover {
	color: #FA6E15;
	text-decoration: none;
}

/*Kleur van de links in de nieuwsitems*/
td.news_content A {
	font-weight: bold;
	text-decoration: none;
	color: #7D3D11;
}

/*Kleur van de links in de nieuwsitems*/
td.news_content A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FA6E15;
}

/*Kleur van de image border bij de nieuwsitems*/
td.news_content_image{ 
	border: 1px solid #C39371;
	margin: 0px 4px 0px 2px;
}

/* Scrollbalk en achtergrondkleur*/
body {
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #7D3D11;
	scrollbar-base-color : #FFF8E2;
	scrollbar-darkshadow-color : #7D3D11;
	scrollbar-face-color : #FFE697;
	scrollbar-highlight-color : #FFF8E2;
	scrollbar-shadow-color : #7D3D11;
	scrollbar-track-color : #FFF8E2;
	background-image: url(../images/backgrounds/smudges.jpg);
	background-repeat: no-repeat;
	background-color: White;
	margin-top: 9px;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
}

b {
	font-weight: bolder;
}

li {
	list-style-image: url("../maxidoc/images/bullet.gif");
}

hr {
	height : 1px;
}

a {
	color: #7D3D11;
	font-weight: bold;
	text-decoration: underline;
}

td.news_head_left {	
	font-weight : bold;
	text-align: left;
	padding : 0px 2px 2px 2px;
}

td.news_head_right {
	text-align: right;
	padding : 0px 2px 2px 2px;
}

td.news_content {
	text-align: left;
	padding : 2px 2px 0px 2px;
}

td.news_content A {
	font-weight: bold;
	text-decoration: none;
}

td.news_content A:link {
	font-weight: bold;
	text-decoration: underline;
}

td.news_date {
	font-style: italic;
	text-align: left;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}
