/* Site Structure */
body
{
    font-size: 12px;
    margin: 0px;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 0px;
    background-color: black;
}
.page_lbl
{
    font-weight:lighter;
    font-size: 32px;
    color:Maroon;
    font-family: 'Arial Narrow';
}
.padded
{
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 9px;
    padding-top: 9px;
    vertical-align: top;
    text-align: justify;
}
    
.main_text
{
    font-size: 12px;
    font-family: Arial;
}
a.h3_links
{
    font-size: 11px;
    font-family: 'Arial';
    text-align: left;
    font-weight: normal;
    color:navy;
    background-color: white;
}
a.h3_links:Hover
{
    font-size: 11px;
    font-family: 'Arial';
    text-align: left;
    font-weight: normal;
    color: red;
    background-color: white;
}
a.left_links
{
    font-size: 12px;
    font-family: Arial;
    text-align: left;
    font-weight: normal;
    color: #003399;
}
a.left_links:Hover
{
    font-size: 12px;
    font-family: Arial;
    text-align: left;
    font-weight: normal;
    color: Red;
}
a.left_links_selected
{
    font-size: 12px;
    font-family: Arial;
    text-align: left;
    font-weight: bold;
    color: maroon;
}
.kk_h3
{
    color: white;
    font-size: 12px;
    font-weight: Bold;
    font-family: 'Arial','Californian FB','Trebuchet MS','Lucida Bright' ;
}
.kk_h3a
{
    color: yellow;
    font-size: 12px;
    font-weight: Bold;
    font-family: 'Arial','Californian FB','Trebuchet MS','Lucida Bright' ;
}
.kk_h3i
{
    color: gray;
    font-size: 13px;
    font-weight: Normal;
    font-family: 'Arial Narrow' , 'Trebuchet MS' , 'Lucida Bright';
}
