﻿body {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    margin: 0 0 0 0;
}
th {
    text-align: left;
}

a:link {  text-decoration: none; color:#7C0407}
a:hover {  color: #999999; text-decoration: none}
a:visited {  text-decoration: none; color:#7C0407}
a:active {  text-decoration: none}

.table_header {
    background-image: url(images/header-bg.gif); 
}
.table_header th.first {
 	background:#e9e9eb url(images/header-bg.gif) -3px;
}
.table_subitem {
    padding:3px 0px 3px 6px;
 	border-bottom:solid 1px #eae9e1; 
 	color:#222222;  
}
#container {
    padding-top: 5px;
    background-image:  url(images/spacer_red.gif); 
    background-repeat: repeat-x;
    width: 900px;
    margin: 0 auto;
}
#logo{
    background-image:  url(images/backg02.jpg); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    background-position: top center;
    width: 1004px; 
    margin: 0 auto;
}
#header{    
    height: 181px;
    width: 900px;
}

fieldset {
  clear: both;
  border-color: #7C0407;
  border-width: 1px 0 1px 0;
  border-style: solid none solid none;
  margin: 0 0 0 0;
  padding: 10px;
  width: 97%;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
fieldset legend {
  font-size: 100%;
  font-weight: bold;
  color: #7C0407;
}
fieldset p {
    width: 100%;
    clear: left;
    margin: 0;
    padding: 0px 0 1px 0;
    margin-top: 4px;
    _height: 18px;
    min-height: 18px;
}
fieldset label {
    width: 10.0em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block;
    font-size: 100%;
}
