.main_header {
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.second_header {
	font-family: Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}


.promo_text {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
}

.green {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #339933;
}

.red {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #CC0000;
}

.detail_text {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
}

.bold_text {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

table.sidebar {
	background-color: #ffcc33;
	padding: 1px;
	border-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	width: 200px;
}

table.signup {
	background-color: #ffcc33;
	padding: 1px;
	border-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	width: 400px;
}

td.header {
	padding: 5px;
	background-color: #ff9933;
	font-family: "Tahoma", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
}

td.copy {
	background-color:#ffffcc;
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

/* Calendar styles */
.calendarHeader { 
    font-weight: bolder; 
    color: #FFFFFF; 
    background-color: #ff9933; 
	font-size: 10px;
}

.calendarToday { 
    background-color: #FFFFFF;
}

.calendar { 
    background-color: #FFFFCC;
	font-size: 9px;
}
	
.table_head {
	font-family: "Tahoma", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 190px;
}

#navigator {
	float: left;
	width: 200px;
	background-color: #FFFFCC;
	height: 500px;
	border-right: 10px solid #FFFFFF;
}

#navigator ul {
	list-style: none;
	width: 175px;
	margin-left: -35px;
}

#navigator ul li {
	background-color: #ff9933;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 2px solid #ffffcc;
	padding: 5px;
}