html {  }

body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}


h1     { color: #333; font-size: 13px; font-weight: bold; line-height: 1em; letter-spacing: 1px; margin-top: 7px; }
h2     { color: #bf1a21; font-size: 13px; font-weight: bold; line-height: 1em; letter-spacing: 1px; margin-top: 13px; }
h3     { color: #333; font-size: 0.9em; font-weight: bold; line-height:0em; margin-top: 13px; margin-bottom: 0px; padding:0px; }
h4     { color: #bf1a21; font-size: 0.9em; font-weight: bold; line-height:0em; margin-top: 13px; margin-bottom: 0px; padding:0px; }
h5     { color: #333; font-size: 1.1em; font-weight: bold; line-height: 1.3em; letter-spacing: 1px; margin-top: 13px; }
h6     { color: #bf1a21; font-size: 1.1em; font-weight: bold; line-height: 1.3em; letter-spacing: 1px; margin-top: 13px; }


p  { color: #333; font-size: 12px; font-family: Arial, sans-serif; line-height: 14px; }
td  { color: #333; font-size: 12px; font-family: Arial, sans-serif; line-height: 14px; }

input { 
    margin: 2px;
    color: #333; 
    font-size: 11px; 
    font-family: Arial, sans-serif; 
    line-height: 13px;
    border: 1px solid #999;
}

select { 
    margin: 2px;
    color: #333; 
    font-size: 11px; 
    font-family: Arial, sans-serif; 
    line-height: 13px;
    border: 1px solid #999;
}

textarea { 
    margin: 2px;
    color: #333; 
    font-size: 11px; 
    font-family: Arial, sans-serif; 
    line-height: 13px;
    border: 1px solid #999;
}

#content { padding:0px; color: #333; }

.context { font-size: 12px; font-family: Arial, sans-serif; line-height: 12px; color: #000; }
.context a:link { color: #bf1a21; text-decoration: none; }
.context a:visited { color: #bf1a21; text-decoration: none; }
.context a:hover { color: #bf1a21; text-decoration: underline; }
.context a:active { color: #bf1a21; text-decoration: none; }

.submit { 
    margin: 2px; 
    padding: 1px; 
    border: 1px solid #999; 
    font-size: 11px; font-family: Arial, Helvetica; line-height: 12px; 
    color: #333; 
    background: #f7f7f7; }

