/*
  Sidney P. Kwakkel, Sidney Kwakkel Software Solutions
    http://www.sidkwakkel.com

  Copyright (c) 2002 Sidney P. Kwakkel

  Released under copyright of Sidney P. Kwakkel
*/

A { color:#0000FF; text-decoration:underline; }
A.greenlink { color:#009900; text-decoration:none; }
A:hover { color:#009600; text-decoration:underline; }
A.greenlink:hover { color:#009600; text-decoration:underline; }

BODY {
  background-color: #ffffff;
  color: #999999;
  margin: 0px;
}

TD.main, SPAN.main {
  color: #000000;
  font-family : Verdana, Arial, sans-serif;
  font-size : 12px;
}

TD.pageHeading, SPAN.pageHeading {
  color: #bbbbbb;
  font-family : Verdana, Arial, sans-serif;
  font-size : 24px;
  font-weight : bold;
}

TD.productHeading, SPAN.productHeading, TD.subjectHeading {
  color: #009600;
  font-family : Verdana, Arial, sans-serif;
  font-size : 20px;
}

TD.tableleft {
  background-image: url(images/bg_table_left.gif);
}

TD.tableright {
  background-image: url(images/bg_table_right.gif);
}

TD.smallText, SPAN.smallText, TD.tableData {
  font-family : Verdana, Arial, sans-serif;
  font-size : 11px;
}

TD.date {
  color: #999999;
  font-family : Verdana, Arial, sans-serif;
  font-size : 11px;
  font-weight : bold;
}

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE {
  font-family : Verdana, Arial, sans-serif;
  font-size : 14px;
}

TD.formArea {
  background-color : #f1f9fe;
  border-color : #7b9ebd;
  border-style : solid;
  border-width : 1px;
}

TD.formAreaTitle {
  color: #009600;
  font-family : Verdana, Arial, sans-serif;
  font-size : 14px;
  font-weight : bold;
}

.error { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight : bold; color: #ff0000; }

