BODY, P, TD, TR, TABLE
{
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    line-height: 18px;
}

.NOBACKGROUND
{
    background-repeat: no-repeat;
}

.SECTIONHEAD
{
    font-size: 14px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #1070CF;
}

H1, h1
{
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #111111;
}

H2, h2
{
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
H3, h3
{
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}
a, a:active,a:link
{
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #0164CE;
}
a:visited
{   
	font-size: 11px;
    text-decoration: none;
    font-weight: bold;
	color: #993399;
}
a:hover
{
    font-size: 11px;
    text-decoration: underline;
    /*color: #0164CE;*/
}

.BREADCRUMBS
{
    font-family: verdana;
    font-size: 10px;
    color: #C1C1C1;
    text-decoration: none;
}

A.BREADCRUMBS:active, A.BREADCRUMBS:visited, A.BREADCRUMBS:link
{
    font-family: verdana;
    font-size: 10px;
    color: #C1C1C1;
    text-decoration: none;
}

A.BREADCRUMBS:hover
{
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
}

A.LEFT_NAV:active
{
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    line-height: 115%;
}
A.LEFT_NAV:visited
{
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    line-height: 115%;
}
A.LEFT_NAV:link
{
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    line-height: 115%;
}
A.LEFT_NAV:hover
{
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
    line-height: 115%;
}

.RIGHT_NAV
{
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
A.RIGHT_NAV:active, A.RIGHT_NAV:visited, A.RIGHT_NAV:link
{
    font-family: verdana;
    font-size: 10px;
    color: #336699;
    text-decoration: none;
}
A.RIGHT_NAV:hover
{
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

.TOP_NAV
{
    font-family: verdana;
    font-size: 10px;
    color: #C1C1C1;
    text-decoration: none;
    font-weight: normal;
}
A.TOP_NAV:active, A.TOP_NAV:visited, A.TOP_NAV:link
{
    font-family: verdana;
    font-size: 10px;
    color: #C1C1C1;
    text-decoration: none;
    font-weight: normal;
}
A.TOP_NAV:hover
{
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;
}

.TOP_MENU
{
    font-family: verdana;
    font-size: 10px;
    color: #C1C1C1;
    text-decoration: none;
}
A.TOP_MENU:active, A.TOP_MENU:visited, A.TOP_MENU:link
{
    font-family: verdana;
    font-size: 10px;
    color: #C1C1C1;
    text-decoration: none;
}
A.TOP_MENU:hover
{
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    background: yellow;
    text-decoration: underline;
    font-weight: bold;
}

A.white_link:link, A.white_link:visted, A.white_link:active, A.white_link:hover
{
    color: #FFFFFF;
}

.fullclass
{
    text-decoration: line-through;
    background-color: #eeeeee;
}

.spaced10px
{
    margin-bottom: 10px;
}


.spaced15px
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.spaced20px
{
    margin-top: 4px;
    margin-bottom: 4px;
}

.spaced25px
{
    margin-top: 6px;
    margin-bottom: 6px;
}

.hrGold
{
    color: #FFC625;
    height: 1px;
}
.example
{
    background-color: #ffe16c;
    margin-left: 25px;
    padding: 5px;
    margin-right: 25px;
}
.goldlined
{
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFCC33;
    border-bottom-color: #FFCC33;
    padding: 1px;
    font-weight: bold;
}
.square_yl_bullet
{
    list-style-image: url( "/images/ybullet.gif" );
}

UL
{
    list-style-image: url( "/images/ybullet.gif" );
}