/* ************************************************************************************************* */
/* Global Variable */
/* ************************************************************************************************* */
body
{
    font-family: Arial, helvetica, sans-serif;
    font-size: 11px;
    color: #464646;
}
h1
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;    
}
h2
{
    font-family: Verdana;
    font-size: 16px;
    color: #314050;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}
h3
{
    font-family: Verdana;
    font-size: 16px;
    color: #314050;
    font-weight: normal;
}
a
{
    color: #1977d9;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}


/* ************************************************************************************************* */
/* Special Classes */
/* ************************************************************************************************* */
.linkWithIcon
{
    font-size: 12px;
}

/* Table Classes */
.alternateTableRow
{
    background-color: #e1e1e1;
}

.readmore
{
    padding-left: 0px;
    height: 20px;
}