/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal, .NormalDisabled, .NormalTextBox, .NormalRed, .NormalBold, .NormalItalic
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: black;
}

/* TYPE */

th,td,div { 
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
    color:black; 
}

h1,h2,h3,h4,h5,h6 {
    font-family:Georgia,"Times New Roman",Times,serif !important;
    color:black;
    padding-top: 0.5em;
    padding-bottom: 0.15em;
    margin-bottom: 0.17em;
}

a:link, a:visited, a:active { text-decoration: none;  color: #002BB8; }
a:hover { text-decoration: underline; color: #08c; }




h2.Title
{
border-bottom:1px dotted #666666;
font-size:14px !important;
font-weight:bold !important;
color: #003366;
}

h2.TitleO
{
border-bottom:1px dotted #666666;
font-size:12px !important;
font-weight:bold !important;
color: #003366;
}
