/*****************************************************************
* CSS LIBRARY for Tonewheel Records & Promotion                  *
*                                                                *
* This Library was created by the company                        *
* inet.solutions Daxberger & Krenner OEG (www.inet-solutions.biz)*
*                                                                *
* It is neither allowed to use the code in any form nor          *
* to remove the copyright remarks without a special, written     *
* licence from the above mentioned company!!!                    *
*                                                                *
*               © inet.solutions Daxberger & Krenner OEG, 2002   *
*                                                                *
*****************************************************************/

body {
  background-color: #000000;
  color: #ffffff;

  scrollbar-face-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-highlight-color:#000000; 
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-track-color:#000000;
  scrollbar-arrow-color:#ffffff;
}

td, p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.markMsg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ff0000;
}

.mandatory {
  background-color: #efefef;
}

.headline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20pt;
}

.medHeadline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: bold;
}

.smallHeadline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}