/* Global Styles */

body {
	margin:0;
	}

td { 
	font:11px Georgia, Times New Roman, Times, serif;
	color: #BB983A;
	}
	
a {
	color: #333333;
	}
	
a:hover {
	color: #610061;
	}

/* ID Styles */

#navigation {
	color: #FFCC00;
	text-decoration:none;
	line-height:16px;
	font-family: "Helvetica Condensed";
	font-size: 11px;
	}
	
#navigation a {
	color: #FFCC00;
	text-decoration:none;
	line-height:16px;
	letter-spacing:0.13em;
	font-family: "Helvetica Condensed";
	font-size: 11px;
	}
	
#navigation a:hover {
	color: #660066;
	text-decoration:underline;
	}
	
#calendar td {
	border: 1px solid #5E584F;
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	padding:2px;
	}

#calheader td {
	font-size:11px;
	color: #FFCC00;
	}
	
#borderline {
	border: 1px solid #5E584F;
	}

/* Class Styles */
	
.bodyText {
	color: #660066;
	line-height:20px;
	font-family: "Helvetica Condensed";
	font-size: 10pt;
	}
	
.logo {
	font: 18px Georgia, Times New Roman, Times, serif;
	color: #E45E15;
	line-height:24px;
	letter-spacing:.5em;
	}
	
.pageName {
	color: #660066;
	line-height:24px;
	letter-spacing:0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	}
	
.subHeader {
	color: #333333;
	line-height:16px;
	letter-spacing:0.1em;
	font-family: "Helvetica Condensed";
	font-size: 16px;
	font-weight: bold;
	}
	
.smallText {
	color: #cccccc;
	line-height:14px;
	font-family: "Helvetica Condensed";
	font-size: 10px;
	}

