/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:12px arial;
	color:#333333;
	}
	
table, th, td {
	background-color: #FFFFFF;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	padding: 0px;
}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:0.2em;
	background-color: #C79854;
	}

#calheader td {
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.subHeader {
	font:bold 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #C79854;
	text-align: center;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
.calendarEvent {
	font:10px arial;
	color:#996600;
	text-align: center;
	line-height: 10px;
	}
	
	
.dottedLine {
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #CEA060;
}
tr.altRow td {
	background-color: #D3CAAE;
}	
tr.regRow td {
	background-color: #FFF;
}