body {
    cursor: default;
    font-family: verdana,arial,helvetica;
    font-size: 10pt;
}
td {
    font-family: verdana,arial,helvetica;
    font-size: 10pt;
}
a {
    text-decoration: none;
    color: #1e7ec8;
}
a:link {
    color: #1e7ec8;
}
a:visited {
    color: #1e7ec8;
}
a:hover {
    text-decoration: underline;
    color: #1e7ec8;
}
a:active {
    color: #1e7ec8;
}
.td {
    color: #1e7ec8;
    font-size: 8pt;
    font-family: verdana,arial,helvetica,sans-serif;
}
.td a {
    color: #1e7ec8;
}
.td a:hover {
    color: #1e7ec8;
}
.td a:active {
    color: #1e7ec8;
}
.td a:link {
    color: #1e7ec8;
}
.td a:visited {
    color: #1e7ec8;
}
table.collapse_grey {
    border-collapse: collapse;
}
table.collapse_grey, table.collapse_grey th, table.collapse_grey td {
    border: 1px solid #bebcb7;
}
table.collapse_grey table {
    border-collapse: separate;
}
table.collapse_grey table, table.collapse_grey table th, table.collapse_grey table td {
    border: 0 none;
}
hr {
    height: 1px;
}
.Form {
    font-size: 9pt;
}
.List {
    font-size: 8pt;
}
.light-blue-gradient {
    background: #f8fcff url(/images/lightbluegradient.gif) 0 0 repeat-x;
}