/* Global Styles */

body {
	margin:0;
	}

td { 
	font:11px georgia;
	color: #BB983A;
	}
	
a {
	color: #BB983A;
	text-decoration:none;
	}
	
a:hover {
	color: #FF9900;
	text-decoration:underline;
	}

/* ID Styles */
	
#navigation a {
	font:11px georgia;
	color: #BB983A;
	text-decoration:none;
	line-height:16px;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #FF9900;
	text-decoration:underline;
	}
	
#calendar td {
	border: 1px solid rgb(0,0,0);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font-weight:bold;
	padding:2px;
	}

#calheader td {
	font-size:11px;
	border: 0px;
	color: #BB983A;
	}

/* Class Styles */

.bodyText {
	font:11px arial;
	color: #cccccc;
	line-height:20px;
	}
	
.logo {
	font:20px georgia;
	color: #E45E15;
	line-height:24px;
	letter-spacing:.2em;
	}
	
.pageName {
	font:12px georgia;
	font-weight:bold;
	color: #BB983A;
	line-height:16px;
	letter-spacing:.3em;
	}
	
.subHeader {
	font:11px georgia;
	color: #cccccc;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color: #cccccc;
	line-height:14px;
	}