﻿.Orange
{
    color: #f05625;
}
.Grey
{
    color: #55625b;
}
.DarkBlue
{
    color: #167899;
}
.LightBlue
{
    color: #26a9eb;
}
body
{
    font-family:  'Trebuchet MS', Helvetica, Arial;
    color: #55625b;
    font-size: 0.75em;
}
.T1
{
    font-family: Georgia, 'Times New Roman';
    font-weight: bold;
    font-style: italic;
}
.T2
{
    font-family:  'Trebuchet MS', Helvetica, Arial;
    font-weight: bold;
    font-style: italic;
}
.T3
{
    font-family:  'Trebuchet MS', Helvetica, Arial;
    font-weight: bold;
}
p
{
    font-family: 'Trebuchet MS', Helvetica, Arial;
    padding: 0 0 0 0;
    margin: 8px 0 0 0;
    line-height: 1.2em;
}
.BodyCopy
{
        line-height: 1.2em;
        font-size: 0.9em;
}
a
{
	color: #F05625;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}