code {
    display: none;
}

body, div, a, td, p, span, font, input, textarea, select, option, h1, h2, h3 {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #5e5e5e;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: white;
}

img {
    border: 0px;
}

div {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px 0px 12px 0px;
}

a {
    color: #ba245b;
    text-decoration: underline;
}

a:hover {
    color: #ba245b;
    text-decoration: none;
}

.black {
    color: #000;
}

.red {
    color: #ba245b;
}

.gray {
    color: #ababab;
}

.blue {
    color: #19397c;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}

h1 {
    color: #ba245b;
    font-size: 30px;
    font-weight: normal;
}

h2 {
    color: #a00000;
    font-size: 16px;
    font-weight: normal;
}

h3 {
    color: #ba245b;
    font-size: 18px;
    font-weight: normal;
}

ul {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

ul li {
    list-style-image: url('../images/li.gif');
    margin-left: 30px;
    margin-right: 10px;
    padding: 0px 0px 0px 5px;
    margin-top: 5px;
    margin-bottom: 6px;
    color: #000;
}

table.content {
    width: 100%;
}
table.content th {
    padding: 7px 10px 7px 0px;
    text-align: left;
    border-bottom: 1px dotted #e5e5e5;;
    color: black;
}
table.content td {
    padding: 7px 10px 7px 0px;
    border-bottom: 1px dotted #e5e5e5;
}
table.content tr.noborder th,
table.content tr.noborder td {
    border-bottom: 0px;
}

.small {
    font-size: 10px;
    color: gray;
}
.small * {
    font-size: 10px;
}