/* StyleSheet by Marijn de Wit for NedServ, december 2003. Free to use for study, no commercial explotations */

/* -- TAGS -- */
BODY {
	background : #F6F6F6;
	margin : 0 0 0 0;
	font-family : verdana, sans-serif;
	text-align : justify; }
H1 {font-size : 28px;}
H2 {font-size : 20px;}
H3 {font-size : 16px;}
H4 {font-size : 12px;}
H5 {font-size : 10px;}
H6 {font-size : 8px;}



/* -- CLASSES -- */
.header_comment {
	color : #6188CA;
	font-size : 10px; }
.header_nav {
	color : #6289CB;
	text-decoration: none;
	font-size : 12px; 
	font-weight : bold; 
	}
.header_nav:link { color : white; }
.header_nav:hover { color : #93A6C8; }

.nav {
	color : #6289CB;
	text-decoration : none;
	font-size : 10px;
	font-weight : bold;
	}
.nav:link { color : white; }
.nav:hover { color : #93A6C8; }
	
.subnav {
	color : #6289CB;
	text-decoration : none;
	font-size : 10px;
	font-weight : normal;
	}
.subnav:link { color : white; }
.subnav:hover { color : #93A6C8; }

.subsubnav {
	color : #6289CB;
	text-decoration : none;
	font-style : italic;
	font-size : 10px;
	font-weight : normal;
	}
.subsubnav:link { color : white; }
.subsubnav:hover { color : #93A6C8; }

.item_title {
	color : #FFFFFF;
	font-size : 12px;
	}
.item_text {
	color : #42609A;
	font-size : 10px;
	}
.item_text:link {
	color : #42609A;
	text-decoration : underline;
	}
.item_text:hover {
	color : #5371AB;
	text-decoration : underline;
	}

.form_submit {
	font-family : verdana, sans-serif;
	font-weight : bold;
	color : #5371AB;
	font-size : 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}
	
.main {
	color : #202020;
	font-size : 12px;
	}
.main_small {
	color : #202020;
	font-size : 10px;
	}

.main:link {
	color : #263952;
	font-weight : bold;
	text-decoration : none;
	}
.main:hover {
	color : #42609A;
	text-decoration : underline;
	}
.main:visited {
	color : #262626;
	}

.news_header {
	color : #202020;
	font-size : 12px;
/*	width: 100%; */
	height: 14px;
	}
.news_text {
	padding: 5px 5px 5px 5px;
	color : #202020;
	font-size : 12px;
	width: 100%;
	}
.news_small {
	color : #202020;
	font-size : 10px;
	vertical-align: top;
	text-align: right;
	}
.news_item {
/*	border: none; */
/*	border: 1px solid black; */
	width: 100%;
	}
.news:hover {
	color : #42609A;
	text-decoration : underline;
	}
.news:visited {
	color : #262626;
	}

/*
td
{
border: 1px solid black;
}
*/

/*
 * Services login
 */
.loginTable {
	width: 200px;
	height: 50px;
	border: none;
	vertical-align: middle;
	text-align: center;
}
.inputText {
	background-color: white;
	border: 1px dashed #42609A;
	height: 18px;
	font-size: 12px;
}
.inputActive {
	background-color: #F6F6F6;
	border: 1px solid #42609A;
	height: 18px;
	font-size: 12px;
}
.inputButton {
	background-color: white;
	border: 1px dashed #42609A;
	height: 18px;
	font-size: 12px;
}
.inputButtonActive {
	background-color: #F6F6F6;
	border: 1px solid #42609A;
	height: 18px;
	font-size: 12px;
}
.inputCheckBox {
	background-color: white;
	border: 1px dashed #42609A;
	font-size: 12px;
}
.inputCheckBoxActive {
	background-color: #F6F6F6;
	border: 1px solid #42609A;
	font-size: 12px;
}

