/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font-family: tahoma;
	font-size: 11px;
	}
	
a {
	font-weight:normal;
	text-decoration: none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	text-decoration:none;
	letter-spacing:.1em;
	font-family: tahoma;
	font-size: 10px;
	}
	
#navigation a:hover {
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	letter-spacing:.2em;
	font-family: tahoma;
	font-size: 10px;
	}

#calheader td {
	font-weight:normal;
	}

