/* basic.css      - Basiseinstellungen */
/*                                     */
/* 01.10.2003     Laura Ellers         */

a
{
  color:            #000080;
  font-size:        14px;
  font-weight:      bold;
  text-align:       center;
  text-decoration:  none;
}

a:visited
{
  color:            #9EA8B2;
}

a:hover
{
  color:            #F3CC41;
  text-decoration:  underline;
}

body
{
  background-color: #FFFFCC;
  color:            #000080;
  font-family:      Arial, Helvetica, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      normal;
  margin:           0px 0px 0px 0px;
  padding:          0px 0px 0px 0px;
  position:         absolute;
  text-align:       left;
  text-decoration:  none;
  width:            auto;
}

img
{
  border:           0;
}

#Foot
{
  font-size:        10px;
  height:           31px; 
  left:             15px; 
  position:         absolute;
  text-align:       center;
  top:              525px; 
  width:            956px; 
  z-index:          5; 
}

#Large
{
  font-size:        16px;
  font-weight:      bold;
}

#Medium
{
  font-size:        14px;
}

#Small
{
  font-size:        10px;
}