/* Global Styles */

body {
	margin:0;
	}
	
td {
	font:11px arial;
	color:#99ccff;
	}

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 {
	font:11px arial;
	line-height:24px;
	color:#99CCFF;
	}
	
.pageName {
	font:18px arial;
	color: #999999;
	letter-spacing:.1em;
	line-height:28px;
	}
	
.subHeader {
	font:11px arial;
	color: #999999;
	font-weight:bold;
	line-height:18px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #CCCCCC;
	letter-spacing:.1em;
	}
	
.sidebarText {
	font:11px arial;
	line-height:14px;
	color:#99CCFF;
	}

.logo {
	font:24px arial;
	color: #CCCCCC;
	letter-spacing:.3em;
	}

.tagline {
	font:11px arial;
	color: #99CCFF;
	letter-spacing:.5em;
	line-height:18px;
	}
	
.sidebarHeader {
	font:11px arial;
	color: #CCCCCC;
	line-height:18px;
	font-weight:bold;
	letter-spacing:.2em;
	}