/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:5px 0px;
	border: 0px none #EEE;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:bold 20px "times new roman";
	color: #000;
	letter-spacing:normal;
	margin: 8px;
	padding: 6px 8px;
	text-indent: 0px;
	white-space: normal;
	text-align: left;
	border-left-style: inset;
	}

.sidebarText {
	font:12px/12px georgia;
	color: #444;
	}
	
.bodyText {
	font:12px/16px arial;
	color:#333333;
	text-indent: 0px;
	padding-left: 6px;
	}
.bodyTextBOLD  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336666;
}
	
.pageName {
	font:24px georgia;
	color: #5D292D;
	letter-spacing:3px;
	text-indent: 6px;
	vertical-align: top;
	height: 3px;
	padding: 0px;
	margin: 0px;
	position: static;
	width: 12px;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	clip: rect(2px,2px,2px,2px);
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
.bodyTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bodyTextOutline {
	font:12px arial;
	line-height:14px;
	color:#333333;
}

