/* Global Styles */

body {
	margin:0px;
	background-color: #336666;
	}
	
a {
	text-decoration: none;
	}
.imgAlign {
	text-align: center;
	vertical-align: middle;
}
	
a:hover {
	color: #666633;
	}
	
/* ID Styles */
	
#navigation a {
	font:11px arial;
	color: #336699;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: 663333;
	}

#padding {
	padding:5px 10px 5px 10px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #CCCCCC;
	letter-spacing:0.4em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	}

.sidebarText {
	font:8px georgia;
	color: #999999;
	line-height:18px;
	}
	
.bodyText {
	line-height:20px;
	color:#333333;
	font-family: arial;
	font-size: 12px;
	}
	
.pageName {
	font:20px georgia;
	color: #663333;
	letter-spacing:0.1em;
	line-height:20px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:16px;
	letter-spacing:0.1em;
	}
	
.navText {
	color: #336699;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	}
.navTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #999999;
	letter-spacing: 0.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
