body, table, td, th, h1, h2, h3, h4, h5, input, textarea, select, div, span, address
{
  color: #000;
  font: normal normal normal 8pt/1.2 Tahoma;
  margin: 0px;
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
body
{
  background: #FFF;
  scrollbar-3dlight-color: #AAA;
  scrollbar-arrow-color: #000;
  scrollbar-base-color:#000;
  scrollbar-darkshadow-color:#555;
  scrollbar-face-color: #CCC;
  scrollbar-highlight-color: #EEE;
  scrollbar-shadow-color: #AAA;
  scrollbar-track-color: #DDD;
}
span
{
  position: absolute;
}
div
{
  margin: 10px;
}

/* ============================================================================================== */

img
{
  border: none;
  xxfloat: left;
}

/* ============================================================================================== */

a:link, a:visited
{
  color: #000;
}
h5 a:link, h5 a:visited
{
  color: #24458E;
}
a:active, a:hover
{
  color: #E23721;
}

.dark *, span.dark a:link, span.dark a:visited, span.dark a:active, span.dark a:hover
{
  color: #FFF;
}

/* ============================================================================================== */

h1, h2, h3, h4, h5
{
  color: #24458E;
}
h1, h2
{
  font-family: Verdana;
  font-size: 21pt;
  font-weight: bold;
}
h2
{
  font-size: 13pt;
}
h3
{
  font-size: 9pt;
  font-weight: bold;
  border-bottom: #24458E 1px inset;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
h4
{
  font-weight: bold;
  border-bottom: #FFF 1px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
h5
{
  font-family: Verdana;
  font-size: 10pt;
  padding: 0px 20px;
}

/* ============================================================================================== */

table
{
  background: #FFF;
  border: none;
  border-collapse: collapse;
  table-layout: fixed; 
}
th
{
  background-color: #FFF;
  border: none;
  color: #000;
  font-weight: bold;
}


table.border
{
  border: 1px outset #FFF;
}
table.border th, table.border td
{
  border-right: 1px solid #FFF;
  padding: 2px 4px;
  white-space: nowrap;
}
table.border th
{
  background-color: #24458E;
  border: 1px inset #FFF;
  color: #FFF;
}
table.border tr.even
{
  background-color: #FED;
}
table.details th
{
  width: 150px;
}

/* ============================================================================================== */

hr
{
  border: 1px outset #DDD;
}

table hr
{
  margin-right: 5px;
}

/* ============================================================================================== */

label
{
  float: left;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 1px 4px;
}
label.caption
{
  float: right;
}
label.error
{
  color: #F00;
}
input.text
{
  width: 100%;
}
input.number
{
  width: 50px;
}
input.radio
{
  width: 20px;
  float: left;
}
select
{
  width: 100px;
}
td select
{
  width: 100%;
}
textarea
{
  width: 100%;
  height: 70px;
}
address
{
  padding-left: 20px;
}

/* ============================================================================================== */

/*
Blue: 24458E
Yellow: F3C10F
Red: E23721
*/

body
{
  background: #99AAAA url(background.gif) repeat-y;
  background: #FFF url(background.gif) repeat-y;
}
