
body
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 12px;
}
p
{
    font-size: 12px;
    text-align: justify;
}
.bullets
{
    
    font-size: 12px;
}

.pageHeading, .sectionHeading
{
    font-size: 26px;
    font-weight: bold;
    padding-bottom:10px
}

.sectionHeading
{
    font-size: 16px;    
}


.box_top_right
{
    background-image: url(images/box_top_right.gif);
    width: 9px;
    height: 9px;
}
.box_top_left
{
    background-image: url(images/box_top_left.gif);
    width: 9px;
    height: 9px;
}
.box_top_middle
{
    background-image: url(images/box_top_middle.gif);
    background-repeat: repeat-x;
    width: 9px;
    height: 9px;
}
.box_right_middle
{
    background-image: url(images/box_right_middle.gif);
    background-repeat: repeat-y;
    width: 9px;
    height: 9px;
}
.box_left_middle
{
    background-image: url(images/box_left_middle.gif);
    background-repeat: repeat-y;
    width: 9px;
    height: 9px;
}
.box_bottom_right
{
    background-image: url(images/box_bottom_right.gif);
    width: 9px;
    height: 9px;
}
.box_bottom_left
{
    background-image: url(images/box_bottom_left.gif);
    width: 9px;
    height: 9px;
}
.box_bottom_middle
{
    background-image: url(images/box_bottom_middle.gif);
    background-repeat: repeat-x;
    width: 9px;
    height: 9px;
}


#Table_footer
{
    margin-top:15px;
    border-top: solid 1px #CCC;
    padding-bottom: 15px;
}

#sddm
{
    margin: 0;
    padding: 0;
    z-index: 30;
}
#sddm li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 10pt;
}
#sddm li a
{
    display: block;    
    color: #e2e2e2;
    text-decoration: none;
}
#sddm li a:hover
{
    background: none;
}
/*  the drop down menu box */
#sddm div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    border: #cdcbcc 1px solid;
}
/* drop down menu item */

#sddm div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px 6px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color: #555;
    font-size: 9pt; /*border-bottom: solid #eee 1px;*/
}



/* drop down menu item - hover */

#sddm div a:hover
{
    background: #186cc4;
    color: #FFF;
}
