/* Global Styles */

body {
	margin:0px;
	background-color: #FFF48E;
	margin-top: 10px;
	}
.prijzen {
	border: 1px ridge #999999;
}
	
td {
	font:11px arial;
	color:#000000;
	}
	
a {
	color: #3c6182;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #f39a29;
	text-decoration:underline;
	font-weight: bold;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #3c6182;
	text-decoration:none;
	letter-spacing:0.1em;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #3c6182;
	text-decoration:underline;
	font-weight: bold;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #74542a;
	letter-spacing:0.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #000000;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:18px georgia;
	color: #3c6182;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#000000;
	}
	
.pageName {
	font:20px georgia;
	color: #f39a29;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #84a5c2;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:10px arial;
	color: #000000;
	letter-spacing:0.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#E3E3E3;
	}

