/* CSS Document */

p, td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-align: left;
}

p.singlespace {
 margin-top: 8px;
 margin-bottom: 8px;
}

div {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ff0000;
text-align: left;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ff0000;
text-align: center;
}


a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #d20d0d;
text-decoration: none;
font-weight: bold;
}

a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #d20d0d;
text-decoration: underline;
font-weight: bold;
}

a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #d20d0d;
text-decoration: underline;
font-weight: bold;
}

a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #d20d0d;
text-decoration: underline;
font-weight: bold;
}

ul, ol {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-align: left
}

ul, ol {
 list-style-type: square;
}

ol.num {
 list-style-type: decimal;
}

li {
 padding-bottom: 5px;
}

div.hr {
 padding-top: 10px;
 padding-bottom: 10px;
}

hr {
 height: 4px;
 color: #d20d0d;
 background-color: #d20d0d;
}
