body, td, div
{
  font-family:Arial;
  font-size:12px;
}
a
{
  color:blue;
}
body
{
  margin-top:0;
  text-align:center;
  height:100%;
  width:100%;
  /*background-image:url('/img/bg.jpg');
  background-repeat: no-repeat;
  background-attachment:scroll;
  background-position: -200 0;*/
}
.header
{
  color:#FFFFFF;
  font-weight:bold;
  font-size:14px;
}
.headerPage
{
  color:#FFFFFF;
  font-weight:bold;
  font-size:16px;
}
.nav-even, .nav-odd
{
  padding: 3px;
}
.nav-odd
{
  background-color: #D5D3D0;
}
.footer
{
  color:#FFFFFF;
  text-align:center;
  font-size:12px
}
img
{
  border:0;
}
table, td
{
  padding:0;
  margin:0;
  border-collapse: collapse; 
}

.classHeader, .seasonHeader
{
  font-family:Times New Roman;
  font-size:26px;
  background-image:url(/img/underline.gif);
  background-repeat: no-repeat;
}
.seasonHeader
{
  background-position: 0 40;
  height: 55;
  padding-top:10;
}
.classHeader
{
  background-position: 0 26;
  height: 36;
}

.classDescription, .seasonDescription
{
  font-family:Arial;
  font-size:14px;
  min-height:60;
  height: auto !important; height: 60;
  margin-bottom:14px;
}
.classBullet, .seasonBullet
{
  background-repeat: no-repeat;
}
.classBullet
{
  background-image:url(/img/bullet-leaf.gif);
  background-position: 0 14;
  padding-left:41;
}
.seasonBullet
{
  background-position: 0 5;
  padding-left:45;
}

