﻿
h1, h2, h3, h4
{
    padding:0 0 12px 0;
    font-family:Georgia, serif;
    font-weight:bold;    
}
h1
{   
    font-size:1.8em;  
}
h2
{
    font-size:1.6em;
}
h3
{
    font-size:1.3em;
}
h4, h5, h6
{
    font-size:1.2em;
}
p 
{
	padding:0 0 15px 0;
	line-height:130%;
}
.IntroText
{
    font-family:Georgia, Georgia, serif;
    font-size:1.5em;
    font-weight:bold;
}
a
{
    text-decoration:underline;
    color:#416c8a;
}
a:hover, a.active
{
    color:#7f7f7f;
}

/*----------------------------------------------------------------------*/
/*--------*//* Image Holder */
.imageHolder p
{
    text-align:right;
}

/*----------------------------------------------------------------------*/
/*--------*//* Bullet lists Main Content */
ul
{
    margin:0 0 15px 30px;
}
ul li
{
    list-style-type:disc;
    padding:2px 0 4px 0;
}
/*----------------------------------------------------------------------*/
/*--------*//* BLUE BOX */
.blueBoxHeader
{
    text-align:center;
    font-family:Georgia, Georgia, serif;
    font-weight:normal;
    font-size:1.9em;
    color:#808080;
}