/* Global Styles */

body {
	margin:0px;
	text-align: left;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #41606d;
	text-decoration: underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #666666;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #41606d;
	text-decoration:none;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px "Lucida Grande CE", Verdana, Arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:bold 18px "Lucida Grande CE", Verdana, Arial;
	color: #333300;
	letter-spacing:.4em;
	}

.sidebarText {
	font:12px/18px "Times New Roman", Times, serif;
	color: #41606d;
	}
	
.bodyText {
	font:100%/1.60em Arial;
	color:#333333;
	text-align: left;
	letter-spacing: 0.09em;
	}
	
.pageName {
	font:bold 18px/24px Arial;
	color: #41606d;
	letter-spacing:0.1em;
	text-align: left;
	}
	
.subHeader {
	font:bold 13px/24px Arial;
	color: #41606d;
	letter-spacing:0.1em;
	text-align: left;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
.lijnonder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.lijnrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.lijnonderboven {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.lijnboven {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
hr {
	color: #CCCCCC;
}
