a:link {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #f00;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #f00;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration: none;
	background-color: #000;
}

a:active {
	color			: #c5009e;
	text-decoration	: none;
}

.text {
	font-family			: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size			: 10pt;
	color				: #660000;
	text-align			: center;
}

body {
font-family			: Verdana, "Lucida Grande", Lucida, sans-serif;
  margin: 0 2%;
  padding: 0;
}

.phpc-main {
  font-size: 90%;
  color: #000000;
  background-color: #eeeeee;
	height: auto;
	overflow: auto;
}

table.phpc-main {
  width: 100%;
}

th.month_header {
  font-size: 110%;
  color: #000000;
  background-color: #f3f4ff;
  border: none;
	position: static;
	visibility: visible;
	overflow: visible;
	width: auto;
}

table.phpc-main li {
  list-style-type: none;
  text-align: center;
  font-size: 75%;
  font-weight: normal;
  padding: 0;
  margin: 0;
	border-color: #000000;
	border-style: none;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}

.phpc-main div {
  margin: .5em;
  font-weight: bold;
}