﻿body
{
    background-color: floralwhite;
}

#header
{
    border-bottom: floralwhite thick solid;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    color: blackgreen;
}
.header
{
    background-color: lightgrey;
    border-bottom: darkkhaki thick solid;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
}
#menu
{
    background-color: #99ccff;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #000099 !important;
}


#breadcrumbs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.pageheader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#2f4f4f;
}
.ItemTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:  bold;
    color:darkred;

}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
}
.NormalLargeBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold; 
}
.NormalLarge
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal; 
}
.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
}

