/*Lettertype, grootte en kleur*/
* {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9px;
	color: #003A80;
}
/*Donkere kleur*/
td.news_head_left, td.news_head_right {
	background-color: #0B1B68;
	color: white;
}
/*Lichte kleur*/
.td.news_content_image, td.news_content, td.news_date {
	background-color : white;
}
/*Kleur van de links*/
a:hover {
	color: gray;
	text-decoration: none;
}
/*Kleur van de links in de nieuwsitems*/
td.news_content A:hover {
	font-weight: bold;
	text-decoration: none;
	color: gray;
}
/*Kleur van de image border bij de nieuwsitems*/
td.news_content_image{
	border: 1px solid #0B1B68 ;
	margin: 0px 4px 0px 2px;
}
/* Scrollbalk en achtergrondkleur*/
body {
	scrollbar-arrow-color : #D8ee49;
	scrollbar-base-color : #003A80;
	scrollbar-shadow-color : black;
	scrollbar-track-color : white;
    background-position: left bottom;
	background-color: White;
	background: url('/images/backgrounds/body_bg.jpg') no-repeat left bottom fixed;
	margin-top: 15px;
	margin-left: 25px;
}



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 {
	position: absolute;
	top: 8px;
	right: 75px;
	font-weight: bold;
	width: 130px;
	height: 18px;
	padding: 2px 0px 1px 0px;
}

.time {
	position: absolute;
	top: 8px;
	right: 0px;
	font-weight: bold;
	width: 55px;
	height: 18px;
    padding: 2px 0px 1px 0px;
	border: 0px;
	background-color: transparant;
}
