﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family     : Verdana, Arial, Sans-Serif;
    font-size       : 80%;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : underline;
}

a:visited 
{
    text-decoration : underline;
}

a:hover 
{
    text-decoration : underline;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
div#content_main h2
{
    font-size       : 130%;
    font-weight     : bold;
}

/*___ H3 _________________________________________________________________*/

h3.divContent_main,
div#content_main h3
{
    font-size       : 100%;
    font-weight     : bold;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
div#content_main p
{
    font-size       : 95%;
} 

/*___ UL _________________________________________________________________*/
ul.ulAddress
{
    font-weight     : bold;
    font-size       : 95%;
}

ul.ulNavSec
{
    font-size       : 95%;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.divContent_Main,
div#content_main a,
div#content_main a:hover,
div#content_main a:visited
{
    font-weight     : bold;
}

a.ulIndex.li.divContent_main,
div#content_main ul.ulIndex li a,
div#content_main ul.ulIndex li a:hover,
div#content_main ul.ulIndex li a:visited
{
    font-size       : 90%;
    font-weight     : normal;
}

a.li.ulNav.ul.divContent_Sub,
div#content_sub ul.ulNav li a,
div#content_sub ul.ulNav li a:hover,
div#content_sub ul.ulNav li a:visited,
div#content_sub2 ul.ulNav2 li a,
div#content_sub2 ul.ulNav2 li a:hover,
div#content_sub2 ul.ulNav2 li a:visited
{
    font-size       : 110%;
    font-weight     : bold;
    text-decoration : underline;
}

a.p.divSite_Info,
div#site_info p a
{
    font-size           : 80%;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ BLOCKQUOTE _________________________________________________________________*/
blockquote.divSite_Info,
div#site_info blockquote
{
    font-size           : 80%;
}

/*___Group/Section/Class_________________________________________________________________*/