/* Global Styles */

body {
	margin:0px;
	background-color: #ffffff;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
.rowbackground { background-color: #a4c2c2;  }

.cellbackground { background-color: #00307C;  }

.pinkcell { background-color: #FCBED2; }

.bottompink { background-color: #ce006d; }
	
a {
	color: #ce006d;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #00307c;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #cccccc;
	text-decoration:none;
	letter-spacing:0.1em;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #cccccc;
	text-decoration:underline;
	}

#sidebarText a{
	font:12px arial;
	color: #00307c;
	line-height:18px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1;
	}
	
#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 times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font: 12px arial;
	color: #00307c;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1;
	}
	

.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px arial;
	color: #ce006d;
	letter-spacing:0.1em;
	line-height:26px;
	font-weight: bold;
	}
	
.subHeader {
	font:14px georgia;
	color: #000099;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:12px arial;
	color: #ffffff;
	letter-spacing:normal;
	background-color: #00307C;
	}
	
.navText a{
	font:12px arial;
	color: #cccccc;
	letter-spacing:normal;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
