﻿html, form, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Sans-Serif, Arial;
    font-size: 10pt;
    background: url(Images/Page_Background.jpg) repeat-x;
}

h1 { 
    margin: 10px 0 10px 0;
    color: #000; 
    font-size: 15pt; 
    font-weight: normal;
}


h2 {
    font-family: Sans-Serif, Arial;
    font-size: 11pt;
    color: #CE5E14;

}

h3 {
    font-family: Sans-Serif, Arial;
    font-size: 11pt;
}

h4 {
    margin: 5px 0 5px 0;
    font-size: 11pt;
    color: #333;

}

h5 {
    margin: 5px 0 0 0;
    font-size: 10pt;
    font-weight: bold;
}

a, a:visited {
    /* color: #003E7E; */
    color: #CE5E14;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

img {
   display: block;
   border: none;
   outline: none;
   margin: 0;
   padding: 0;
}




