* {
    font-family:arial,helvetica,san-serif;
}
table {
    border-collapse:collapse;
}
td {
    padding:0px;
}
p,div,li {
    margin:0px;
    padding:0px;
    font-size:12px;
    line-height:18px;
    color:#000000;
}
h1,h2,h3 {
    margin:0px;
    padding:0px;
}
li {
    margin-left:20px;
}
ul,p {
    margin:0px;
    padding:0px;
    margin-top:6px;
    margin-bottom:9px;
}
a {
    color:#425C72;
}
a:hover {
    color:#AA0000;
    text-decoration:none;
}
.black {
    color:#000000;
}
.gray {
    color:#AAAAAA;
}
.blue {
    color:#425C72;
}
.red {
    color:#A11F27;
}
.bigBlack {
    font-size:14px;
    font-weight:bold;
    color:#000000;
}
.bigGray {
    font-size:14px;
    font-weight:bold;
    color:#AAAAAA;
}
.bigBlue {
    font-size:14px;
    font-weight:bold;
    color:#425C72;
}
.bigRed {
    font-size:14px;
    font-weight:bold;
    color:#A11F27;
}
ul {
    list-style-type: disc;
}
ul ul {
    list-style-type: circle;
}
ul ul ul {
    list-style-type: disc;
}
ul ul ul ul {
    list-style-type: circle;
}
sup { vertical-align: baseline; position: relative; top: -0.4em; }
sub { vertical-align: baseline; position: relative; bottom: -0.4em; }