/* Global Styles */

body {
	margin:0px;
	}

td {
	font:14px arial;
	color:#000000;
	}
	
a {
	color: #FFFFFF;
	text-decoration:none;
	}

p {
    line-height:16px;
  }
	
a:hover {
	color: #E48A00;
	text-decoration:underline;
	}
	
br {
    line-height:6px;
}	
	
/* ID Styles */

#navigation a {
	font:14px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:12px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px arial;
	color: #FF0000;
	letter-spacing:0.1em;
	font-weight:bold;
	}

.tagline {
	font:18px arial;
	color: #FF0000;
	font-weight:bold;
	letter-spacing:0.2em;
	}

.smallText {
	font:12px arial;
	}

.pageHeader {
	font:24px arial;
	color: #FF0000;
	letter-spacing:0.1em;
	}
	
.bodyText {
	font:14px arial;
	color:#000000;
	text-align:justify;
	}

.bodyTextCenter {
	font:14px arial;
	color:#FF0000;
	text-align:center;
	}
	
.pageName {
	font:16px arial;
	color: #990000;
	letter-spacing:0.1em;
	}
	
.subHeader {
	font:14px arial;
	color: #0066cc;
	font-weight:bold;
	letter-spacing:0.1em;
	}
	
.navText {
	font:12px arial;
	color: #000000;
	letter-spacing:0.1em;
	}

.ltl {
	font-family : arial;
	font-size: 8pt;
}