a {
	color: #ffffff;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:none;
	color: #99CCFF;
	}

/* ID Styles */

#calendar td {
	border: 1px solid rgb(31,62,93);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:10px arial;
	}

#calheader td {
	font-weight:bold;
	}
	
#navigation a {
	font:10px arial;
	color: #CCCCCC;
	text-decoration:none;
	letter-spacing:.3em;
	}
	
#navigation a:hover {
	color: #000000;
	background:#CCCCCC
	}

#padding {
	padding:4px;
	}

/* Class Styles */

.bodyText {
	line-height:20px;
	color:#99CCFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
	
.pageName {
	color: #9BCDFF;
	letter-spacing:0.1em;
	line-height:28px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bolder;
	}
	
.subHeader {
	color: #9BCDFF;
	font-weight:bolder;
	line-height:18px;
	letter-spacing:.1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	}
	
.navText {
	color: #FFF;
	letter-spacing:0.1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
.sidebarText {
	font:11px arial;
	line-height:14px;
	color:#99CCFF;
	}

.logo {
	color: #9BCDFF;
	letter-spacing:0.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: bold;
	}

.tagline {
	color: #99CCFF;
	letter-spacing:0.5em;
	line-height:18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	}
	
.sidebarHeader {
	font:11px arial;
	color: #CCCCCC;
	line-height:18px;
	font-weight:bold;
	letter-spacing:.2em;
	}
