/*
A:link {text-decoration: none; color: #003366;}
A:visited {text-decoration: none; color: #003366;}
A:active {text-decoration: none; color: #003366;}
a:hover {color:#4d917b;text-decoration:underline;}
*/


/* 10pt hanging indent */


.hangingindent
{
    margin-left: 8px;
    text-indent: -8px;
    margin-bottom: 2px;
    margin-top: 2px;
    border-bottom: 1px dotted;
}

.hangingindent a
{
    color: #003366;
    font-family: Arial;
    font-size: 10pt;
}

.hangingindent a:hover
{
    color: #4d917b;
    text-decoration: underline;
}

.hangingindent_bottom
{
    margin-left: 8px;
    text-indent: -8px;
    margin-bottom: 2px;
    margin-top: 2px;
   /* border-top: 1px dotted; */
}
.hangingindent_bottom a
{
    color: #003366;
    font-family: Arial;
    font-size: 10pt;
}

.hangingindent_bottom a:hover
{
    color: #4d917b;
    text-decoration: underline;
}
.BlogRightPaneBox a
{
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
    color: #003366;
}

.BlogRightPaneBox a:hover
{
    color: #4d917b;
    text-decoration: underline;
}


.BlogVideoPaneBox a
{
    font-family: Arial;
    font-size: 12pt;
    text-decoration: none;
    color: #003366;
}

.BlogVideoPaneBox a hover
{
    color: #4d917b;
    text-decoration: underline;
}