/* Global Styles */

body {
	margin:0;
	}

td { 
	color: #BB983A;
	font-size: 11px;
	}
	
a {
	color: #BB983A;
	text-decoration:none;
	}
	
a:hover {
	color: #FF9900;
	text-decoration:underline;
	}

/* ID Styles */
	
#navigation a {
	color: #BB983A;
	text-decoration:none;
	line-height:16px;
	letter-spacing:.1em;
	font-size: x-small;
	font-family: Arial;
	}
	
#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 {
	border: 0px;
	color: #BB983A;
	font-size: x-small;
	}

/* Class Styles */

.bodyText {
	color: #cccccc;
	line-height:200%;
	font-size: x-small;
	font-family: Osaka, "qMmpS Pro W3", "lr oSVbN", sans-serif;
	}
	
.logo {
	color: #E45E15;
	line-height:24px;
	letter-spacing:.2em;
	font-size: large;
	font-family: Osaka, "qMmpS Pro W3", "lr oSVbN", sans-serif;
	}
	
.pageName {
	font-weight:bold;
	color: #BB983A;
	line-height:16px;
	letter-spacing:.3em;
	font-size: small;
	font-family: Osaka, "qMmpS Pro W3", "lr oSVbN", sans-serif;
	}
	
.subHeader {
	color: #cccccc;
	line-height:16px;
	letter-spacing:.1em;
	font-size: x-small;
	font-family: Osaka, "qMmpS Pro W3", "lr oSVbN", sans-serif;
	}
	
.smallText {
	color: #cccccc;
	line-height:14px;
	font-size: xx-small;
	font-family: Osaka, "qMmpS Pro W3", "lr oSVbN", sans-serif;
	}