/* Defaults */
  body, p, td, a, font { font-family: verdana, arial, helvetica, sans-serif; font-size : 11px; color: #FFFFFF }

/* Footer */
.footer { font-size: 10px; }

/* Header */
.header1 { font-size: 11px; font-weight: bold; }
.header2 { font-size: 13px; font-weight: bold; }
.header3 { font-size: 15px; font-weight: bold; }
.header4 { font-size: 17px; font-weight: bold; }

/* Text and Links*/
  a { text-decoration: underline; color: }
  .textlink { color: #4A5362; }
  .sword { color: #4A5362; font-weight: bold; }

/* JavaScript Menue */
  div.menu1 { border-width:1px; border-style:solid; border-color: #4A5362; position: absolute; visibility: hidden; 
    padding: 0px; cursor: hand; filter: Alpha(opacity=90, finishopacity=90); }
  td.menu1 { cursor: hand; }
  a.menu1 { color: #FFFFFF; font-size: 12px; text-decoration: none; width: 100%; }
  a.menu1act { color: #4A5362; font-size: 12px; text-decoration: none; width: 100%; }

/* Normal Menu LEFT */
  a.menu2  { color: #FFFFFF; font-size: 11px; text-decoration: none; width: 90%; }
  a.menu2act { color: #FFFFFF; font-size: 11px; font-weight: normal; text-decoration: none; width: 90%; }
  a.menu2sub { color: #FFFFFF; font-size: 9px; text-decoration: none; width: 90%; }
  a.menu2subact { color: #FFFFFF; font-size: 9px; font-weight: normal; text-decoration: none; width: 90%; }
  a.menu3 { color: #FFFFFF; font-size: 11px; text-decoration: none; }

/* Form fields */
  input { font : 8pt verdana; color: #000000; background-color: #4A5362; border-color: #000000; border-width: 1px; 
    border-left-width: 1px; border-right-width: 1px; border-style: single; } 
  input.menu { background-color: #FFFFFF; }
  select { font : 8pt verdana; color: #0000066; background-color: #4A5362; border-color: #000000; border-width: 1px; 
    border-left-width: 1px; border-right-width: 1px; border-style: single; } 
  textarea { font : 8pt verdana; color: #000000; background-color: #4A5362; border-color: #000000; border-width: 1px; border-left-width: 1px; 
    border-right-width: 1px; border-style: single; }

