/* Global Styles */

body {
	margin:0px;
	}

td {
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	color: #ffffff;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: "Trebuchet MS";
	font-size: 12px;
	}
	
#navigation a:hover {
	color: #E10E1D;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #FFFFFF;
	letter-spacing:0.3em;
	font-weight:normal;
	line-height:10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	}

.tagline {
	color: #E10E1D;
	letter-spacing:0.2em;
	font-family: Calibri;
	font-size: 11px;
	}

.smallText {
	color: #F9F9F9;
	line-height:18px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	}

.pageHeader {
	color: #E10E1D;
	letter-spacing:0.1em;
	line-height:38px;
	font-family: "Trebuchet MS";
	font-size: 35px;
	}
	
.bodyText {
	color: #E10E1D;
	line-height: 24px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	}
	
.pageName {
	color: #E10E1D;
	letter-spacing:0.1em;
	line-height:26px;
	font-family: "Trebuchet MS";
	font-size: 20px;
	}
	
.subHeader {
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	font-family: "Trebuchet MS";
	font-size: 14px;
	}
	
.navText {
	color: #333300;
	letter-spacing:0.1em;
	font-family: "Trebuchet MS";
	font-size: 12px;
	}
	
