﻿body
{
	font-family : "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size : 14px;
    color: #333333;
}

h1, h2, h3, h4, h5, h6
{
    font-family : Myriad, Helvetica, "Gill Sans", "Century Gothic", "Bitstream Vera Sans", arial, lucida, , sans-serif;
    text-align :left;
}

h1
{
    color: #8bb1c4;
    font-size: 22px;
}

h2
{
    color: #8bb1c4;
    font-size: 18px;
}

h3
{
    color : #8bb1c4;
    font-size: 16px;
}

h4
{
    color : #8bb1c4;
    font-size: 14px;
}

address
{
    color : #333;
}

p
{
    text-indent : 15px;
}

a, a:visited, a:link, a:active
{
    color: #999;
    text-decoration : none;
}

a:hover, a:active
{
    color : #8bb1c4;
    text-decoration : underline;
}