.bodyOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.bodyOrange a:link { 
color: #FF9900; 
text-decoration: underline; 
} 
.bodyOrange a:visited { 
color: #FF9900; 
text-decoration: underline; 
} 
.bodyOrange a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;

} 
.bodyOrange a:active { 
color: #FF9900; 
text-decoration: underline; 
} 
.navOrange {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.navOrange a:link { 
color: #FF9900; 
text-decoration: underline; 
} 
.navOrange a:visited { 
color: #FF9900; 
text-decoration: underline; 
} 
.navOrange a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;

} 
.navOrange a:active { 
color: #FF9900; 
text-decoration: underline; 
}


.calendarBG {
 background-color: #ccc; 
}

.calendarBlank { 
 background-color: #ccc;
}

.calendarHeader {
	font-size:         11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;

}
.calendarHeader a:link { 
color: white; 
text-decoration: underline; 
font-weight: bold;
} 
.calendarHeader a:visited { 
color: white; 
text-decoration: underline; 
font-weight: bold;
} 
.calendarHeader a:hover { 
color: #yellow; 
text-decoration: underline; 
font-weight: bold;
} 	
.calendarHeader a:active { 
color: red; 
text-decoration: underline; 
font-weight: bold;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-weight: bold; 
 font-size:	11px;
 color: #FF9900; 
 background-color: #FFFF66; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.04em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#FFFF66;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 letter-spacing:	.04em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #666;
 text-decoration:   underline;
 background-color:  transparent;
}.BottomBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #F7910F;
	border-right-color: #F7910F;
	border-bottom-color: #F7910F;
	border-left-color: #F7910F;
}
