/* Global Styles */

body {
	margin:0;
	}

td { 
	font:11px georgia;
	color: #bb983a;
	}
	
a {
	color: #BB983A;
	text-decoration:none;
	}
	
a:hover {
	color: #FF9900;
	text-decoration:underline;
	}
	
h3 {  font-family:georgia; font-size: 12px; color: #bb983a; line-height:18px;
	letter-spacing:.3em;}	

/* ID Styles */
	
	
#navigation a {
	font:12px/16px georgia;
	color: #ffcc00;
	text-decoration:none;
	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 */

.nameText {  font-family:georgia; font-size: 12px; color: #bb983a; line-height:18px;
	letter-spacing:.3em;}	

.subheaderText {
	font:11px arial;
	font-weight:bold;
	color: #cccccc;
	line-height:10px;
	}

.bodyText {
	font:11px arial;
	color: #cccccc;
	line-height:20px;
	}
	
.logo {
	font:20px/24px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #669900;
	letter-spacing:.2em;
	}
	
.pageName {
	font:16px georgia;
	font-weight:bold;
	color: #bb983a;
	line-height:18px;
	letter-spacing:.3em;
}
	
.subHeader {
	font:11px georgia;
	color: #cccccc;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color: #cccccc;
	line-height:14px;
	}
