body {
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

.title1 {
    font-size : 16px;
    font-weight: bold;
    color: #663333;
    height: 16px;
    border-bottom: 2px solid #663333;
    margin-top: 25px;
    margin-bottom: 15px;

}
.title2 {
    font-size : 14px;
    font-weight: bold;
    color: #663333;
    height: 13px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-style: italic;
}

table {
    width: 100%;
    background-color: white;
    border-style: none;
}

table tr td {
  	border: 0px;
    color:  black;
    font-size: 12px;
    background-color: white;
    line-height:  18px;
    padding: 4px;
    border-style: none;
    border-color: white;
}

a {
    display: block;
    padding: 0 5px 0 10px;
    font-size : 13px;
    font-weight: bold;
    color: #663333;
}
a:link, a:visited {
    color: #663333;
    text-decoration: none;
}
a:hover, a:active {
    color: #003300;
    text-decoration: none;
}


