
table {
  width: 800px;
  font-family: Arial,Helvetica,sans-serif;
}
td.header {
  border: 5px solid #006600;
  font-size: 10pt;
  color: white;
  background-color: #006600;
}
td {
  border: 5px solid #f7f9db;
  font-family: Tahoma,Arial;
  font-size: 10pt;
  color: black;
  background-color: #f7f9db;
}
td.bargreen {
  border-bottom: 2px solid;
  width: 780px;
  height: 10px;
  background-color: #33cc33;
}
td.barblack {
  border-bottom: 2px solid;
  width: 780px;
  height: 5px;
  background-color: black;
}
a {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 8pt;
  text-align: center;
  text-decoration: none;
  color: black;
}
a.current {
  color: #339900;
}
a:hover {
  color: #339900;
}
a:active {
  color: #339900;
}
a.header {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 8pt;
  text-align: center;
  text-decoration: none;
  color: white;
}
a.headercurrent {
  color: #339900;
}
a.header:hover {
  color: #339900;
}
a.header:active {
  color: #339900;
}


table.calandar2010 {

  font-size: 4px;

	}

td.calandar2010 {
  font-size: 6px;
}
table.calendar td.confirmeddate{
 background-color:#006600;
}
table.calendar td.clear{
 color:#f7f9db;
}
