/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family         : Arial, Sans-Serif;
    font-size           : 13px;
    line-height         : 140%;
}

h1 
{
}

h2 
{
    font-family         : Georgia, Times New Roman, Serif;
    font-size           : 28px;
    font-weight         : normal;
}

h3 
{
    font-family         : Georgia, Times New Roman, Serif;
    font-size           : 18px;
    font-weight         : normal;
}

h4 
{
    font-family         : Georgia, Times New Roman, Serif;
    font-size           : 16px;
    font-weight         : normal
}

h5 
{
}

h6 
{
    font-variant        : small-caps; 
    font-weight         : bold;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
    line-height     : 140%;
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

.twoCol h3
{
    font-family         : Arial, Sans-Serif;
    font-weight         : bold;
    font-size           : 16px;
}

/*___ H4 _________________________________________________________________*/

.twoCol h4
{
    font-family         : Arial, Sans-Serif;
    font-weight         : normal;
    font-size           : 16px;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

.nav
{
    font-size           : 14px;
    text-align          : center;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.nav a,
.nav a:visited,
.nav a:hover
{
    text-decoration     : none;
}

ul.quickLinks li a,
ul.quickLinks li a:visited,
ul.quickLinks li a:hover
{
    text-decoration     : none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

#content th
{
    font-variant        : small-caps;
}

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
