/**************************************************************/
/*  Epot site wide styles definition                        */
/*  Dali, 13.9.2003.                                          */
/**************************************************************/


/*** Basic definitions ****************************************/

/* initial body properties */
BODY {
  color: #000000;
  background: #ffffff;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
}

/* hyperlink properties */
A:link {
  color: #000080;
}
A:visited {
  color: #000080;
}
A:active {
  color: #000080;
}


/*** Text styles **********************************************/

/* title level 1 */
H1 {
  background: #f0c050;
  color: #800000;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 18pt;
  letter-spacing: 0.4em;
}

/* title level 2 */
H2 {
  color: #000000;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12pt;
  letter-spacing: 0.2em;
}

/* title level 3 */
H3 {
  color: #800000;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  letter-spacing: 0.1em;
}

/* table with frames */
TABLE.framed {
  background: #000000;
}

/* table cells */
TD {
  color: #000000;
  background: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
}

/* verbatim text */
PRE {
  border-left: thin solid;
  padding-left: 1em;
  font-size: 10pt;
}

/* short verbatim text */
TT {
  font-weight: bolder;
  white-space: nowrap;
}

/* input fields */
INPUT {
  color: #000000;
  background: #efefff;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
}

/* form buttons */
INPUT.button {
  color: #000000;
  background: #dfdfff;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
}

/* textarea field */
TEXTAREA {
  color: #000000;
  background: #efefff;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
}

DIV.rightbox {
  border: solid thin #800000;
  margin-left: 6px;
  padding: 4px;
  width: 300px;
  float: right;">
}

/**/

