/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
a {
	color: #0066FF;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #00FF00;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: crosshair;
	marker-offset: auto;
	caption-side: bottom;
	}
	
/* ID Styles */
	
#navigation a {
	color: #0033FF;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#navigation a:hover {
	color: #0066FF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:"Courier New", Courier, monospace;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #0066FF;
	letter-spacing:0.4em;
	font-weight:bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	}

.sidebarText {
	color: #336666;
	line-height:18px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	}
	
.bodyText {
	line-height:24px;
	color:#333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	}
	
.pageName {
	color: #FFCC33;
	letter-spacing:0.1em;
	line-height:26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
.subHeader {
	font:14px "Courier New", Courier, monospace;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #0000FF;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	cursor: crosshair;
	filter: Xray;
	}
	
.calendarText {
	font:11px "Courier New", Courier, monospace;
	line-height:14px;
	color:#333333;
	}
	
	
