﻿/* styles accessibility help info page (keymapped to "y") */
/* only called from accessibility.cshtml                  */
body {
    font-family: Arial, Sans-Serif;
    color: #000000;
    font-size: 14px;
    padding: 0 10px 10px 10px;
    margin: 0;
}
a:link, a:visited {
    color: #2D496E;
}
a:hover, a:visited {
    color: #2D496E;
    text-decoration: none;
}
h1, h2, h3 {
    color: #2D496E;
}
h1 {
    font-size: 18px;
    font-weight: normal;
}
h2 {
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #ccc;
}
h3 {
    font-size: 14px;
    font-weight: bold;
}
li {
    list-style: dot;
}
dl {
    border: 1px solid #2D496E;
    width: 500px;
}
dt {
    font-weight: bold;
    padding: 4px;
    background-color: #2D496E;
    color: #fff;
}
dd {
    padding: 4px;
}
div#note {
    font-weight: bold;
    color: #000;
}
.toplnk {
    margin: 10px 0 0 0;
    padding: 5px 0 5px 10px;
    display: block;
    background-color: #e5e5e5;
}
