﻿.ContentListLink
{
    font-family: Tahoma;
    text-decoration: none;
    cursor: pointer;
}
.ContentListWithSublistListLink
{
    font-family: Tahoma;
    text-decoration: underline;
    color: Black;
    font-family: Tahoma;
    font-size: 10pt;
    cursor: pointer;
}
.ContentListWithSublistDesc
{
    font-family: Tahoma;
    font-size: 10pt;
    line-height: 12pt;
    color: White;
}
.ContentListLinkTitle
{
    font-family: Tahoma;
    text-decoration: none;
    color: #1976a1;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
}
.ContentListLinkText
{
    font-family: Tahoma;
    text-decoration: none;
    font-size: 10pt;
    color: Black;
    cursor: pointer;
}
.ContentListContentDiv
{
    width: 700px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
.ContentListSeparatorLine
{
    height: 1px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: dotted 1px Silver;
}
