/* Global Styles */

body {
	margin:0px;
	}
a:hover {
}

	
td {
	font:11px arial;
	color:#000033;
	}
	
a {
	color: #003366;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline blink;
	border-top-color: #334352;
	border-right-color: #334352;
	border-bottom-color: #334352;
	border-left-color: #334352;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #FFFFFF;
	text-decoration:inherit;
	letter-spacing:0.1em;
	font-weight: 900;
	}
	
.navigation highlight {
	font:10px arial;
	color: #FFFFFF;
	text-decoration:underline;
	letter-spacing:0.1em;
	}
		
#navigation a:hover {
	color: #FFFFFF;
	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 {
	font:18px times new roman;
	color: #FFFFFF;
	letter-spacing:0.3em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #5A646D;
	line-height:normal;
	}
	
.bodyText {
	font:12px arial;
	line-height:20px;
	color:#303E4B;
	}
	
.pageName {
	font:18px georgia;
	color: #304250;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #FFFFFF;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:10px verdana;
	color: #0066CC;
	letter-spacing:0.2em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
