/*
# css/global.css
#
# creation date: 21/10/2003
#
*/

/* page skeleton table - body */
table.body {
  width: 730px;
}

/* page skeleton table - footer */
table.footTable {
  width: 730px;
}

/* page skeleton table - header */
table.headTable {
  width: 730px;
}

/* page skeleton table - left hand column */
td.bodyLeft {
  width: 150px;
  vertical-align: top;
  background: #0F3C88;
  border-right: 1px solid #FFF;
}

/* page skeleton table - center column */
td.bodyCenter {
  width: 447px;
  padding: 10px;
  vertical-align: top;
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  color: #000;
}

/* page skeleton table - right hand column */
td.bodyRight {
  width: 133px;
  vertical-align: top;
}

/* header content */
td.header {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

/* main body content */
a, a:link, a:visted, a:hover {
  text-decoration: underline;
}

.bodytext {
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: #000;
}
a.bodytext, a:link, a:visted.bodytext {
  color: #000;
}
a:hover.bodytext {
  color: #000;
}
td.bodytext {
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: #000;
}

.fieldLabel {
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  color: #000;
}

.fieldWidget {
  width: 300px;
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
  color: #000;
}

.pageTitle {
  font-family: arial, helvetica, sans-serif;
  font-size: 120%;
  color: #666;
  font-weight: bold;
}

.sectionTitle {
  font-family: arial, helvetica, sans-serif;
  font-size: 95%;
  color: #333;
  font-weight: bold;
}

li {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  color: #000;
}

td.bottomSlot {
  padding: 2px 0px 2px 6px;
  vertical-align: top;
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: #000;
  background: #EEE;
}

a, a.mailSlot, a:visited.mailSlot {
  color: #FFF;
}
a:hover.mailSlot {
  color: #FFF;
}
td.mailSlot {
  padding: 6px;
  vertical-align: top;
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: #FFF;
  background: #0F3C88;
  border-top: 1px solid #FFF;
}
img.mailSlot {
  padding: 0px;
}

td.quoteSlot {
  padding: 6px;
  vertical-align: top;
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: #FFF;
  background: #0F3C88;
}

/* footer content */
.footer {
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: #0E3C89;
}
td.footer {
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: #0E3C89;
}
a, a.footer, a:visited.footer {
  color: #0E3C89;
}
a:hover.footer {
  color: #0E3C89;
}