body,td,th,legend {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
legend {
	font-size: 16px;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
  empty-cells:show;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	position: relative;
}
a:link {
	text-decoration: none;
	color: #000000;	
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	cursor:pointer;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a span {display: none;}
a:hover span {
	display: block;
	position: absolute;
	top: 10px; 
	left: 30px; 
	width: 180px;
	background-color: #000000; 
	color: #FFFFFF;
	padding: 3px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
input,select,textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCDDFF;
	border-color: #6666AA;
	border-style: solid;
	border-width: 1px;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6666AA;
	font-weight: bold;
}
.row0 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	background-color: #555555;
}
.row1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #EEEEEE;
}
.row2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;	
	background-color: #e5e5df;
}
.msg {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	color: #6666AA;
}
.calendarBox {
	border-color: #6666AA;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
	empty-cells:show;
}
.calendarHeader {
	background-color: #9999FF;
	color: #FFFFFF;
	font-weight: bold;
}
.calendarDate {
	font-family: Arial;
	font-size: 11px;
	color: #6666AA;
	height: 100px;
	vertical-align: top;
}
.calendarWeekend {
	background-color: #CCFFFF;
}
.calendarEvent {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.calendarHols {
	background-image: url(images/bullets_stars_red_003.gif);
	background-repeat: no-repeat;
}
.wide{
  width:100%;
	clear:both;
}
