/* CSS Document */

body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #1A344D;
    background-image: url(images/template/bg-tile.png);
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 12px;
}

td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

th {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.menu
 {
    color: #D99632;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.menu a
 {
    color: #D99632;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 8px;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
}

.contentbox{
    background-repeat: repeat-x;
    background-color: #1D3854;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}

a {
    color: #D99632;
}

img { 
    border: 0px; 
} 

.footer {
    font-size: 10px;
    color: #CCCCCC;
    text-align: center;
}

.footer a{
    font-size: 10px;
    color: #CCCCCC;
    text-align: center;
}

.footer a:hover {
    text-decoration: none;
    color: #CCCCCC;
}

h1 {
    font-size: 16px;
    text-transform: capitalize;
}

h2 {
    font-size: 14px;
    text-transform: capitalize;
}

h3 {
    font-size: 10px;
    text-transform: uppercase;
}

ul {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-indent: 0px;
    list-style-position: outside;
    list-style-type: disc;
    padding: 10px;
    margin: 0px;
}
