/**
* 20050120: accessibility - changed absolute to relative font-sizes
* 
*/
BODY {
  background-color: #ffffff; /* #afaf9f; */
  background-image: url(images/bg_raut.gif);
  padding: 0px;
  margin: 0px;
  margin-bottom: 32px;
}
BODY, TD, P {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em; /* = font-size: 80%; */
  color: #333333;
  line-height: 140%;
}
TD {
  vertical-align: top;
}
TEXTAREA, SELECT, INPUT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #333333;
}
TABLE.main {
  width: 702px;
  border: 1px solid #666;
  margin-top: 50px;
  xbackground-color: #FFF5E0;
}
TD.head {
  background-color: #666;
}
TABLE.nav {
  background-color: #E85647;
}
TABLE.copyright {
  width: 702px;
}
TD.copyright {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 60%;
}
TABLE.content {
  xmargin: 32px 0px 32px 0px;
  width: 100%;
}
TD.content {
  padding: 32px;
  width: 100%;
}
H2 {
  color: #666;
  font-size: 100%;
  text-transform: uppercase;
  padding: 0;
  margin: 0px 0px 8px 0px;
}
P {
  /* text-align: justify; */
  font-size: 100%;
  margin: 6px 0px 6px 0px;
}
P.right {
  text-align: right;
}
OL, UL {
  margin-top: 4px;
  margin-bottom: 4px;
}
LI {
  font-size: 85%;
  line-height: 140%;
  padding-bottom: 4px;
}
HR {
  color: #ACA899;  
}
IMG {
  border: none;
}
IMG.screen {
  border: solid 1px #777C93;
  margin: 32px 0px 12px 0px;
}
IMG.don {
  border: solid 1px #666;
  margin: 16px 0px 16px 0px;
}
INPUT.btn {
  padding: 2px;
}
ACRONYM {
  border-bottom: #333 1px dashed;
  cursor: help;
}

A:link, A:visited, A:hover, A:active {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}
A:hover {
  text-decoration: underline;
}
A.lite:link, A.lite:visited, A.lite:hover, A.lite:active {
  font-weight: normal;
  text-decoration: none;
}
A.lite:hover {
  text-decoration: underline;
}

.hand {
  /* cursor: hand; *//* IE only */
  cursor: pointer;
}
.topic {
  color: #666;
  font-weight: bold;
}
.smaller {
  font-size: 85%;
}
