img.calendar { border: none; }

table {
	border: none;
    border-collapse: collapse;
}

th {
	font-weight: bold;
	white-space: normal;
	background-color: #373331;
	border: none;
	color: #ffffff;
}

td.Content {
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	padding: 15px; 
	background-color: #ffffff;
}

td {
	border: none;
}

td.Even {
	white-space: nowrap;
	border: none;
	background-color: #e1d4c2;
}

td.Odd {
	white-space: nowrap;
	border: none;
	background-color: #cfbda8;
}

ul#NavList {
	font-family: Nobile, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px #aaa;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#NavList li {
	display: inline;
	list-style-type: none;
	padding-right: 7px;
	padding-left: 7px;
}
#NavList a:link, #NavList a:visited {
	color: #ffffff;
	text-decoration: none;
}

#NavList a:hover {
	color: #f0f0f0;
	text-decoration: none;
}

