﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
/* in TEXT link formatting */
a:link
{
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: green;
    text-decoration: underline;
    font-weight: bold;
    background-color: #FFFF99;
}
a:active
{
    color: red;
    text-decoration: none;
    font-weight: bold;
}
/* in MENU link formatting */
.Menu a:link
{
    color: blue;
    text-decoration: none;
    font-size: 16px;
}
.Menu a:visited
{
    color: blue;
    text-decoration: none;
    font-size: 16px;
}
.Menu a:hover
{
    color: green;
    text-decoration: underline;
    font-size: 16px;
}
.Menu a:active
{
    color: red;
    text-decoration: none;
    font-size: 16px;
}
.DataListHeader
{
    font-size: 20px;
}

.breadcrumb
{
    background-color: #FFFFFF;
    font-size: 14px;
}



.Small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
h1
{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    padding: 0px;
    margin: 0px;
}

h2
{
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
a.EmphasizedLink
{
    font-weight: bold;
    color: Red;
    font-style: italic;
}
a.EmphasizedLink:Hover
{
    font-weight: bold;
    color: #008000;
    font-style: italic;
}
