/*Lettertype, grootte en kleur*/
* {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9px;
	color: #022E5B;
}

/*Donkere kleur*/
td.news_head_left, td.news_head_right {
	
}
/*Lichte kleur*/
.td.news_content_image, td.news_content, td.news_date {
	
}
/*Kleur van de links*/
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/*Kleur van de links in de nieuwsitems*/
td.news_content A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
/*Kleur van de image border bij de nieuwsitems*/
td.news_content_image{ 
	border: 1px solid #A9C7EC ;
	margin: 0px 4px 0px 2px;
}
/* Scrollbalk en achtergrondkleur*/
body {
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #0B3D91;
	scrollbar-base-color : #F2F2F2;
	scrollbar-darkshadow-color : #CCCCCC;
	scrollbar-face-color : #F2F2F2;
	scrollbar-highlight-color : #F2F2F2;
	scrollbar-shadow-color : #E6EBEF;
	scrollbar-track-color : white;

	background: white url('../images/backgrounds/bg_mainFrame.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;

	margin-right: 50px;

}

b {
	font-weight: bolder;
}

li {
	list-style-image: url("../images/bullet.gif");
}

hr {
	height : 1px;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

td {
}

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: underline;
}

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;
}

.date {
	color: #F2F2F2;
}


