a:link { 
    text-decoration: none;
    color: Black;
}
a:visited { 
    text-decoration: none;
    color: Black;
}
a:hover { 
    text-decoration: underline;
    color: #0000BB;
}
body {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: Black;
    background-color: #FFFFFF;
    margin-left: 30px;
    margin-right: 30px;
}

.link {
    color: #0000BB;
    text-decoration: underline;
}

/* The title */
h1 {
    font-size: 24px;
    font-weight: bold;
}
/* A section */
h2 {
    font-size: 14px;
    font-weight: bold;
    //background-color: #FFFFAA;
    background-color: #FFDDDD;
    border: 1px solid Black;
    line-height: 21px;
    margin-bottom: 14px;
    margin-left: -15px;
    padding-left: 12px;
}
h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 21px;
    margin-bottom: 7px;
}
p {
    margin-top: 7px;
    margin-bottom: 21px;
}
ul {
    margin-bottom: 21px;
    margin-left: 10px;
    padding-left: 10px;
}
li {
    margin-top: 0px;
    margin-bottom: 7px;

}

.title {
    padding-top: 32px;
    padding-left: 25px;
}
.subheader {
    font-size: 10px;
    font-weight: bold;
    border-top: 1px solid Black;
    border-bottom: 1px solid Black;
    margin-top: 14px;
    margin-bottom: 14px;
}
table.main {

    vertical-align: top;
    height: 400px;
}
td.content {
    font-size: 12px;
    line-height: 140%;
    vertical-align: top;
    padding-left: 40px;
    padding-right: 10px;
}
.sidebar {
    width: 150px;
    vertical-align: top;
}
.menu {
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #DDDDFF;
    border-top: 1px solid Black;
    border-bottom: 1px solid Black;
}
.submenu {
    font-size: 12px;
    line-height: 80%;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.copyright {
    border-top: 1px solid Black;
    padding-top: 5px;
    font-size: 11px; 
    text-align: center;
}

