/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family             : Verdana, Geneva, Sans-Serif;
    font-size               : 14px;
    line-height             : 18px;
}

h1 
{
}

h2
{
    font-size           : 24px;
    font-weight         : normal;
    font-style          : italic;
}

h3 
{
    font-size           : 18px;
    font-weight         : normal;
    font-style          : normal;
}

h4 
{
    font-size           : 16px;
    font-weight         : normal;
    font-style          : normal;
}

h5 
{
    font-size           : 14px;
    font-weight         : bold;
    font-style          : normal;
}

h6 
{
    font-size           : 14px;
    font-weight         : normal;
    font-style          : normal;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    font-style          : normal;
    text-decoration     : none;
}

.home a 
{
    font-style          : italic;
    text-decoration     : none;
}

a:visited 
{
    
}

a:hover 
{
    text-decoration     : underline;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/
.nav
{
    font-size           : 15px;
}

#footer
{
    font-family         : Verdana;
    line-height         : 20px;
}
/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/
h2 span.sub
{
    font-size           : 16px;
    font-weight         : normal;
    font-style          : normal;
}

.subnote 
{
	font-size			: .8em;
}
/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2.highlight 
{
	font-size	: 21px;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.interior li
{
    font-size       : 1.1em;
}
/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.nav a,
.nav a:visited
{
    text-decoration             : none;
    font-style                  : normal;
}

.nav a:hover
{
    text-decoration             : underline;
    font-style                  : normal;
}

ul.secondary li a,
ul.secondary li a:hover,
ul.secondary li a:visited
{
    font-style                  : normal;
    font-size                   : 14px;
}

h2 a:hover
{
    text-decoration             : none;
}

#footer a
{
    font-style                  : normal;
}
/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/
.content th
{
    font-weight                 : bold;
}
/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
.content blockquote
{
    font-style              : italic;
}