﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
    font-family     : Arial, Sans-Serif;
    font-size		: 14px;
	line-height		: 1.2857em;
}

h1 
{
}

h2 
{
}

h3 
{
    font-weight : normal;
    font-size   : 1.3em
}

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 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

div#branding h2 span 
{
    font-size   : 1.6em;    
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

div#branding h2 
{
    font-size   : 1.3em;
    font-weight : normal;    
}

/*___ H3 _________________________________________________________________*/



/*___ H4 _________________________________________________________________*/

div#content_main h4 a
{
    text-decoration: none;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

div#site_info p
{
    font-size       : 10px;
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/


ul.ulMenuMain a 
{
    font-size   : 1.3em;    
}

ul.ulFeaturedServices a:first-child
{
    text-decoration: none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

div#content_main table th
{
    text-align  : center;
    font-weight : bold;
}

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/