
A.extra:link
	{
	font-family : Verdana, Arial;
	font-size : 10pt;
	color : white;
	font-weight : bold;
	text-decoration:underline;
	}
A.extra:visited
	{
	font-family : Verdana, Arial;
	font-size : 10pt;
	color : white;
	font-weight : bold;
	text-decoration:underline;
	}
.stattextvalues
	{
	font-family: Verdana, Arial;
	font-weight:bold;
	font-size:12px;
	color:red;
	}
.asaptextvalues
	{
	font-family: Verdana, Arial;
	font-weight:bold;
	font-size:12px;
	color:blue;
	}
.headerlink {
	text-decoration: none;
}

.colhead
	{
	font-family : Verdana, Arial;
	font-size : 10pt;
	color :#FFFFFF;
	font-weight : bold;
	padding-right : 5px;
	padding-left : 5px;
	}
/*
.colhead
	{
	font-family : Verdana, Arial;
	font-size : 10pt;
	color : #FFFFFF;
	font-weight : bold;

	}*/
.colhead A:link {text-decoration:none;color:#FFFFFF}
.colhead A:visited {text-decoration:none;color:#FFFFFF}
.colhead A:active {text-decoration:none;color:#FFFFFF}
.colhead A:hover {text-decoration:underline;color:#FFFFFF}




/* Start Calendar Styles */
#cal {
  border: 2px #294A7B solid;
  border-collapse:	collapse;
}
#cal td {
  border: 2px #294A7B solid;
}
#cal thead td {
	background-color:#294A7B;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
#cal thead th {
  border: 2px #294A7B solid;
	font-size: 0.8em;
  color: #294A7B;
	font-weight: bold;
  background-color: #EAEAEA;
}
#cal tbody td {
  vertical-align: top;
  width: 100px;
  height: 100px;
  background-color: #AEC9E3;
}
#cal tbody td.active {
  background-color: #EAEAEA;
}
#cal tbody td.past {
  background-color: #D9D9D9;
}
#cal tbody td .date {
  color: #294A7B;
	font-weight: bold;
  font-size: 0.7em;
}
#cal tbody td .event {
  white-space: nowrap;
  font-size: 0.7em;
  text-align: center;
}
#cal tbody td .event a {
  color: #F00;
  text-decoration: none;
}
#cal tbody td .event a:hover {
  background-color: #000000;
  color: #FFFFFF;
}
#cal tbody td.past a {
  text-decoration: none;
  color: #666666;
  cursor: default;
}
#cal tbody td.today a {
  text-decoration: none;
  color: #666666;
  cursor: default;
}
#cal tbody td.filler {
  background-color: white;
}

.odd {
  background-color: #D9D9D9;
}
/* End Calendar Styles */