
body {
    font-size: 62.5%;
    font-family: Arial;
    color: #231f20;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {  color: #231f20; }


h1 {
    font-size: 2.5em;
    font-weight: normal;
    margin: 0 0 9px 0;
}

h2 {
    font-size: 2.1em;
line-height: 1.143;
    margin: 0 0 12px 0;
    font-weight: normal;
}

h3 {
    font-size: 1.8em;
line-height: 1.167;
    font-weight: normal;
    margin: 3px 0 12px 0;
}

#sub_feature h3 {font-size: 1.5em; line-height: 1.2; font-weight:bold; }
    
h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 11px 0;
}

h5, h6 { margin: 0 0 11px 0; font-size: 1.2em; line-height: 1.25;}

h6 { font-weight: normal; font-style: italic;}

hr {
clear: both;
    background: url("../images/bg_hr.gif") 0 0 repeat-x transparent;
    border: none;
    height: 1px;
    display: block;
    margin-bottom: 25px
}

p {
    font-size: 1.2em;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 25px 0;
    padding: 0;
}

    p a {
        font-size: 1em;
        margin: 0;
    }

a {
    font-size: 1.2em;
    color: #a17500;
    text-decoration: none;   
}

a:hover { color: #7e5c00; text-decoration: underline; }

a span {  cursor: pointer;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-size: 1em; }

ol {
    margin: 0 15px 20px 0;
    padding: 0 17px;
    list-style-type: decimal;
    display: block;
    list-style-position: outside;
}

    ol li {
        font-size: 1.2em;
        padding: 0;
        margin: 0;
    }


ul {
    margin: 0 15px 18px 0;
    padding: 0 16px;
    list-style: none;      
}


    #article li {
       list-style-image: url("../images/bullet_ul.gif");
        padding: 0.1em 5px;
        margin: 0;
        border: none;
        clear: none;
        font-size: 1.2em; 
    }    
  
        #article li p,  #article li a,  #article ul ul li,  #article ul ul ul li { font-size: 1em; }    
  
table {
    font-size: 1.2em;
    margin: 0 0 20px 0;
    padding: 0 10px 10px 10px;
    background-color: #eee5cb;
    border: 1px solid #e0d2ab;
    border-collapse: collapse;
    width: 96%;
}

.generic-form table {margin: 0 0 2px 0; }

        tr {
            margin: 0; 
            padding: 0;
        }       

        table .alt {
            background-color: #f5efda
        }

            th {
                margin: 0;
                padding: 10px;
                text-align: left;
            border-bottom: 1px dotted #231f20;
            }

th, .generic-form th {color: #443e39; }
.generic-form th {padding-top: 11px; padding-right: 5px;}

            td {
                margin: 10px;
                padding: 12px;
                border-top: 1px dotted #c5bda9;
            }

.generic-form td {padding: 9px 9px 9px 5px; }
            
            .first td {
                border: none;    
            }
            
                 td h1 { font-size: 2.5em; }
             td h2 { font-size: 2.5em; }
               td h3 { font-size: 2.1em; }
              td h4 { font-size: 1.4em; }
              td h5 { font-size: 1.2em; }
              td p, td a { font-size: 1em; }
 
.generic-form .radio {margin: 0 5px 0 10px; }
     
   
blockquote {
    margin: 18px 18px 18px 36px;
    padding: 11px;
    font-weight: bold;
    background-color: #eee5cb;
    border: 1px solid #e1d4af;
}

    blockquote p {
        margin: 0;
        padding: 0;
    }
    
        blockquote span {
            font-weight: bold;
            display: block;
        }
   
   
textarea,
input {
    font-family: Arial;
}


    fieldset {
        border: none;
        margin: 0;
        padding: 0;
    }
    
        dl {
            margin: 0;
            padding:0;
            overflow: hidden;
                       font-size: 1.1em;
        }
        
            dt {
                                                  float: left;
                width: 125px;
                             }
            
                dl dt .required {
                    background: url("../images/icon_form_required.gif") transparent no-repeat 100% 0.3em;
                    padding-right: 10px;
                }
                
            dd {
                                padding: 0;
            }
            
                dd input,
                dd textarea {
                    background: url("../images/bg_form_input.gif") 0 0 transparent repeat-x;
                    border: 1px solid #adaaaa;
                    color: #231f20;
                    font-size: 1em;
                }
                
                body form .submit {
                    background: url("../images/btn_form_submit.gif") 0 0 transparent no-repeat;
                    margin-right: 3px;
                }
                
                body form .reset {
                    background: url("../images/btn_form_reset.gif") 0 0 transparent no-repeat;
                }

form .reset,                
form .submit {
    float: left;
    border: 0 none;
    display: block;
    height: 25px;
    width: 86px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -999px;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
}
            
    form .submit:hover,
    form .reset:hover {
        background-position: 0 -25px;
    }

.caption {display: block; padding-top: 4px; }

