body, li, p {
    font-size: 12pt;
    margin: 5px;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: white;
    color: black;
}

p {
    padding: 10px;
    /*text-align: justify;*/
}

tt {
    font-size: 9pt;
    font-family: Courier, Monospace;

}

h1 {
    font-size: 16pt;
    font-family: Arial, Helvetica, sans-serif, serif;
    font-weight: bold;
    color: #aa0000;
    background-color: white;
    text-align: left;
    margin: 5px;
}

h2 {
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif, serif;
    font-weight: bold;
    color: #aa0000;
    background-color: white;
    text-align: left;
    margin: 5px;
}

h3 {
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif, serif;
    font-weight: bold;
    color: #aa0000;
    background-color: white;
    text-align: left;
    margin: 5px;
}

h1.header {	
    font-size: 30pt;
    font-family: Arial, Helvetica, sans-serif, serif;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #dd0000;
    border-style: solid none;
    border-color: black;
    border-width: 3px;
}

h2.header {
    font-size: 14pt;
    font-family: Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    color: #aa0000;
    background-color: white;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 45px;
}

h2.title {
    background-color: #dd0000;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12pt;

    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;

    border-color: white;
    border-style: dotted none dotted none;
    border-width: 1px;
}

td.tabnoselect {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    background-color: white;
    text-align: center;
    line-height: 1.5;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;

    border-style: solid;
    border-width: 1px;

    border-top-color: #999999;
    border-left-color: #999999;
    border-bottom-color: black;
    border-right-color: #999999;
}

td.tabselect {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #dd0000;
    text-align: center;
    line-height: 1.5;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;

    border-style: solid solid none solid;
    border-color: black;
    border-width: 1px;
}

td.spacer1 {
	    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    color: white;

    background-color: #dd0000;

    border-top-style: none;

    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;

    border-bottom-style: none;

    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;
}

td.spacer2 {
	    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 5pt;
    color: white;

    background-color: #ff5533;

    border-top-style: none;

    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;

    border-bottom-style: dotted;
    border-bottom-color: white;
    border-bottom-width: 1px;

    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;
}

td.bottom {
    color: white;
    background-color: #dd0000;

    border-top-style: dotted;
    border-top-color: white;
    border-top-width: 1px;

    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;

    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;
}

td.sides {

    border-top-style: dotted;
    border-top-color: #dd0000;
    border-top-width: 1px;

    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;

    border-bottom-style: dotted;
    border-bottom-color: #dd0000;
    border-bottom-width: 1px;

    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;
}


pre {
    font-size: 10pt;
    font-family: Courier, Monospace;
}

em.asterisk {
    font-weight: bold;
    color: red;
    background-color: white;
}

img {
 margin: 0px;
 border: 0;
}

a {
    background: transparent;
    font-style: normal;
    text-decoration: none; 
}

a:link {
    background-color: white;
    color: #aa0000;
}

a:visited {
    background-color: white;
    color: #aa0000;
}

/* This rule has to be below the others since they all have the same specificity
 * and we want to make sure the hover background-color only applies on a hover
 */
a:hover {
    background-color: white;
    color: #ff0000;
}

a:active {
    background-color: white;
    color: blue;
}

