/* Global Styles */

body {
	margin:0;
	}

td { 
	font:18px Rockwell, sans-serif;
	font-weight: bold;
	color: #a09550;
	}
	
a {
	color: #FF9900;
	}
	
a:hover {
	color: #FFFFCC;
	}

/* ID Styles */

#heading1 {
	font:14px Georgia, Times New Roman, Times, serif;
	color: #FF9900;
	text-decoration:none;
	line-height:16px;
	}
	
#heading1 a {
	font:14px Georgia, Times New Roman, Times, serif;
	color: #FF9900;
	text-decoration:none;
	line-height:16px;
	letter-spacing:.1em;
	}
	
#heading1 a:hover {
	color: #FFFFCC;
	text-decoration: overline underline;
	}
	
#calendar td {
	border: 1px solid #5E584F;
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	padding:2px;
	}

#calheader td {
	font-size:11px;
	color: #FF9900;
	}
	
#borderline {
	border: 2px solid #5E584F;
	}

/* Class Styles */
	
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	line-height:20px;
	}
	
.logo {
	font: 32px Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #E45E15;
	font-weight: bold;
	line-height:32px;
	letter-spacing:.2em;
	}
	
.title {
	font: 24px Georgia, serif;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	line-height:26px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.motto {
	font: 12px arial, sans-serif;
	font-style: italic;
	color: #E45E15;
	font-weight: bold;
	line-height:12px;
	letter-spacing:.2em;
	text-decoration: none;
	}
	
.motto:hover {
	font: 12px arial, sans-serif;
	font-style: italic;
	color: #aaaa00;
	font-weight: bold;
	line-height:19px;
	letter-spacing:.2em;
	text-decoration: none;
	}
	
.spaghetti {
	font: 11px sans-serif;
	font-style: normal;
	color: #ffffff;
	font-weight: normal;
	line-height:13px;
	letter-spacing:.1em;
	}
	
.pageName {
	font:bold 12px Georgia, Times New Roman, Times, serif;
	color: #FFFFCC;
	line-height:24px;
	letter-spacing:.3em;
	}
	
.subHeader {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	line-height:14px;
	}