@charset "iso-8859-1";
/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#000000;
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration:none;
	}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}

	
/* ID Styles */
	
#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#navigation a:hover {
	color: #000000;
	text-decoration:none;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px arial;
	color: #FFFFFF;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:14px/18px arial;
	color: #ffffff;
	}
	
.bodyText {
	font:12px/24px arial;
	color:#70003a;
	}
	
.pageName {
	font:20px/26px arial;
	color: #70003a;
	letter-spacing:0.1em;
	}
	
.subHeader {
	color: #70003a;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 14px;
	}
	
.navText {
	color: #f19fc1;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 14px;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
