﻿body
{
    background-color: #ECEDED;
    font-family: "JohnstonITCStd-Medium", Verdana;
    font-size: 13px;
    color: #333333;
    background-position: left top;
    background-image: url(images/faded_bg.jpg);
    background-repeat: repeat-x;
}



h1 
{
    font-family: "JohnstonITCStd-Bold", Verdana;
    font-size: 20px;
    margin-bottom: 5px;
    color: #F7941D;
}

h2
{
	font-size: 16px;
	line-height: normal;
	color: #F89A2B;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

a:link
{
    color: #F7941D;
    text-decoration: none;
}
a:hover
{
    color: #F7941D;
    text-decoration: none;
}

a:visited
{
    color: #F7941D;
    text-decoration: none;
}
a:active
{
    color: #F7941D;
    text-decoration: none;
}

.bullets a:link, .bullets a:hover, .bullets a:active, .bullets a:visited
{
    font-family: "Johnston ITC Std Medium", Verdana, Arial;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    color: #F7941D;
}

.sides
{
    background-color: #d5dbdb;
}