/* 
    Document   : typography
    Created on : Feb 5, 2010, 4:47:09 PM
    Author     : RubyFusion
    Description:
        Purpose goes here.
*/

body
{
    font-family: Arial, Tahoma, Trebuchet MS, Sans-Serif;
    font-size: 10pt;
    color: #f1f1f1;
}

.header
{
    font-size: 9pt;
    color: #ffffff;
}

.header a
{
    color: #ffffff;
}

.header a:hover
{
    color: #ffffff;
}

a
{
    color: #3e86d4;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1, h2, h3, h4, h5
{
    font-family: Georgia, Serif;
    font-weight: normal;
    font-style: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.2em;
    margin: 0;
    color: black;
}

h1
{
    font-size: 2.8em;
    letter-spacing: -2px;
    margin: 0 0 5px 0;
}

h2
{
    font-size: 1.8em;
    font-style: italic;
    color: #000;
    margin: 0 0 5px 0;
}

h3
{
    font-size: 1.4em;
    letter-spacing: -1px;
    color: #1a4f85;
    margin: 0 0 5px 0;
}

h4
{
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    margin: 0 0 5px 0;
}

h5
{
    font-size: .9em;
    color: #1a4f85;
    margin: 0 0 5px 0;
}

h6
{
    font-family: arial, sans-serif;
    font-size: .9em;
    color: #2b2b2b;
    margin: 0 0 5px 0;
}

p
{
    line-height: 1.4em;
    margin: 0 0 15px 0;
}

.colcontainer .left, .onecol
{
    color: #000;
}

.textarea_nicefont
{
    font-family: Arial, Tahoma, Trebuchet MS, Sans-Serif;
    font-size: 10pt;
    color: #1d1d1d;
    padding: 5px;
    line-height: 140%;
}

.article_summary
{
    font-family: Georgia, Serif;
    line-height: 1.2em;
    margin: 0;
    color: black;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 5px 0;
}

.adformat h1, h2, h3, h4, h5
{
    font-family: Georgia, Serif;
    font-weight: normal;
    font-style: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.4em;
    margin: 0;
    color: black;
}

.adformat h1
{
    color: #1a4f85;
    font-size: 1.4em;
    margin: 0 0 5px 0;
}

.adformat h2
{
    font-size: 1.6em;
    font-style: italic;
    margin: 10px 0 10px 0;
}

.adformat h3
{
    font-size: 1em;
    margin: 0 0 10px 0;
    line-height: 1.6em;
}
