﻿/****************************************************************************************\

    Global Styles
    Global Constructs
    Global Classes

\****************************************************************************************/

html 
{
}

body 
{
    font-family     : Verdana, Sans-Serif;
    font-size       : 12px;
}

h1 
{
}

h2 
{
    font-size       : 1.5em;
}

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 
{
}

h2 span
{
    font-size       : .8em;
}

/****************************************************************************************\
    
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#address
{
    font-size       : 1.1em;
    font-weight     : bold;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2.content_sub,
    div#content_sub h2
{
    font-size       : 1.4em;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

li.selectedTab
{
    font-weight     : bold;    
}

ul.ulDirectionTabs li
{
    font-size       : 1.4000em;  
}

ul.ulDirectionTabs li:hover
{
    text-decoration : underline;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ BLOCKQUOTE _________________________________________________________________*/

blockquote.content_sub,
    div#content_sub blockquote
{
    font-size       : 1.2em;
    font-weight     : bold;
}