/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#458C8E;
	font-family: "Times New Roman", Times, serif;
	font-size: 2px;
	line-height: 2px;
	}
	
a {
	color: #292D2C;
	text-decoration:none;
	font-weight:normal;
	line-height: normal;
	}
	
a:hover {
	color: #006699;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	font-family: arial;
	font-size: 14px;
	}
	
#navigation a:hover {
	color: #FDFDFD;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #7F2AB9;
	letter-spacing:0.4em;
	font-weight:bold;
	background-color: #AAACC1;
	font-family: "times new roman";
	font-size: 28px;
	line-height: normal;
	}

.sidebarText {
	color: #6D7196;
	line-height:18px;
	font-family: georgia;
	font-size: 24px;
	}
	
.bodyText {
	line-height:20px;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
	
.pageName {
	color: #354D2D;
	letter-spacing:0.1em;
	line-height:18px;
	font-family: georgia;
	font-size: 18px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #FDFDFD;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	}
	
.calendarText {
	line-height:2px;
	color:#333333;
	font-family: arial;
	font-size: 2px;
	}
	
	
