﻿/*
Should contain all Default Styles that are used in the HTML Editor in Agility
This Sytle Sheet should be uploaded to Agility and used as the Editor Style when completed.
*/
body,
.search-results, .search-nav, .search-count, .search-page-links, search-headline,
select
{
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 14px;
    color: Black;
}
h1
{
    color: #e2a500;
    font-size: 24px;
    font-weight: bold;
    margin-top:0px;
}

h2
{
    color: #e2a500;
    font-size: 18px;
    font-weight: bold;
}

h3
{
    color: #131679;
    font-size: 18px;
    font-weight: bold;
}

h4
{
    color: #464646;
    font-size: 14px;
    font-weight: bold;
}

h5
{
    color: #464646;
    font-size: 12px;
    font-weight: bold;
}
a, a:link, a:visited, a:active
{
    color: #131679;
    font-size: inherit;
    text-decoration: none;
}
.Clear
{
	clear:both;
	line-height:0px;
	font-size:0px;
}

.Left
{
	float:left;
}

.Right
{
	float:right;
}
