/* Global Styles */

body {
	margin:0;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #993300;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #ff9933;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px/16px arial;
	color: #FFCC00;
	text-decoration: none;
	letter-spacing:.1em;
	display:block;
	padding: 8px;
	border-left: 1px solid rgb(121,121,71); 
	border-right: 1px solid rgb(121,121,71); 
	}
	
#navigation a:hover {
	background: #BCBC85;
	color:#ffffff;
	border-left: 1px solid rgb(255,153,51); 
	border-right: 1px solid rgb(255,153,51); 
	}

/* Calendar Styles */

#calendar td {
	border: 1px solid rgb(121,121,71); 
	}
	
#noborder td{
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	}
	
/* Class Styles */

.logo {
	font:bold 12px/16px "times new roman";
	color: #FFFFCC;
	letter-spacing:.3em;
	}
	
.tagline {
	font:12px/16px "times new roman";
	color: #FFCC33;
	}
	
.bodyText {
	font:12px/20px arial;
	color:#333333;
	}
	
.pageName {
	font:16px times new roman;
	color: #FF9933;
	letter-spacing:.2em;
	font-weight:bold;
	line-height:18px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #993300;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px/16px arial;
	color: #FFCC00;
	letter-spacing:.1em;
	}

.calendarText {
	font:11px arial;
	color: #333333;
	letter-spacing:.1em;
	}
.footer {
	font-size: 9px;
	color: #333333;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	font-size: 9px;
}
#footer a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-size: 9px;
}
.product {
	font-size: 13px;
	font-weight: bold;
	color: #666633;
	line-height: normal;
	font-variant: normal;
	font-style: italic;
}
ul {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

