body
{
  font-family: arial;
  font-size: 0.85em;
}

a
{
  color: blue;
}

a:hover
{
  color: red;
  text-decoration: none;
}

td
{
  font-family: arial;
  font-size: 0.85em;
}

.menuLinks
{
  color: white;
  font-weight: normal;
}

a.menuLinks:hover
{
  color: yellow;
  text-decoration: none;
}

.headerMainDiv
{
  width: expression(document.body.clientWidth > 1200 ? "1200px" : "100%");
  max-width: 1200px;
}

.fontSmall
{
  font-size: 0.70em;  
}

.fontLarge
{
  font-size: 1.25em;  
}

.fontXLarge
{
  font-size: 1.50em;  
}

#div_header_bottom
{
  font-size: 2.00em;
  color: black;
}

.corner_lower_left_r
{
  background: url(/images/corner_lower_left_r.jpg) 0 100% no-repeat red;
}
.corner_lower_right_r
{
  background: url(/images/corner_lower_right_r.jpg) 100% 100% no-repeat;
}
.corner_upper_left_r
{
  background: url(/images/corner_upper_left_r.jpg) 0 0 no-repeat;
}
.corner_upper_right_r
{
  background: url(/images/corner_upper_right_r.jpg) 100% 0 no-repeat;
  padding: 5px;
}

.corner_lower_left_b
{
  background: url(/images/corner_lower_left_b.jpg) 0 100% no-repeat black;
}
.corner_lower_right_b
{
  background: url(/images/corner_lower_right_b.jpg) 100% 100% no-repeat;
}
.corner_upper_left_b
{
  background: url(/images/corner_upper_left_b.jpg) 0 0 no-repeat;
}
.corner_upper_right_b
{
  background: url(/images/corner_upper_right_b.jpg) 100% 0 no-repeat;
  padding: 5px;
}

#title_home 
{
  font-family: verdana;
  font-size: 1.90em;
  color: white;
  font-weight: bold;
  position: relative;
  top: 0.15em;
}
#text_home
{
  color: black;
  background: transparent;
}
#shadow_home
{
  position: relative;
  left: -0.10em;
  top: -0.80em;
  background: transparent;
  z-index: 2;
  line-height: 5px;
}

#title 
{
  font-family: verdana;
  font-size: 2.50em;
  color: red;
  font-weight: bold;
  position: relative;
  top: .15em;
}
#text
{
  color: #000000;
  background: transparent;
}
#shadow
{
  position: relative;
  left: -0.04em;
  top: -0.75em;
  background: transparent;
  z-index: 2;
  line-height: 5px;
}
#fader
{
  position: relative; 
  top: 15px;
  left: 18%;
  width: 530px;
  height: 60px;
  border: solid 0px yellow;
  text-align: center;
}
#div_message1
{
  font-size: 0.80em;
  font-weight: bold;
  color: red;
  height: 28px;
}
#div_message2
{
  font-size: 0.80em;
  font-weight: bold;
  color: red;
  height: 14px;
}

.coach
{
  font-size: 0.95em;
}

.calendarLink
{
  font-size: 0.70em;
  letter-spacing: -0.10em;
}