/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:14px arial;
	color:#999999;
	}
	
a {
	color: #999999;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #999999;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:16px arial;
	color: #999999;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: Arial;
	font-style: normal;
	}
	
#navigation a:hover {
	color: #999999;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #999999;
	letter-spacing:0.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:30px Optima;
	color: #999999;
	letter-spacing:0.1em;
	font-weight:lighter;
	font-family: Optima;
	font-style: inherit;
	font-variant: normal;
	text-decoration: none;
	height: auto;
	}

.sidebarText {
	font:12px georgia;
	color: #996600;
	line-height:18px;
	}
	
.bodyText {
	font:14px arial;
	line-height:24px;
	color:#996600;
	}
	
.pageName {
	font:20px georgia;
	color: #996600;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #996600;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:12px arial;
	color: #996600;
	letter-spacing:0.1em;
	font-style: normal;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#CCCCCC;
	}
	
	

