﻿/*
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 
{
    font-family: Arial;
    font-size: 12px;
}

p
{
	font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
    margin: 0;
    padding: 0;
}

h1
{
	color: #d90f75;
	font-family: Arial;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 0px;
}

h2
{
	color: #d90f75;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 16px;
	margin-top: 0px;
}

h3
{
	color: #d90f75;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 0px;
}

a
{
	color: #d90f75;
	text-decoration: none;
}

a:hover
{
	color: #d90f75;
	text-decoration: none;
}

.Clear
{
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.Footer
{
    background: #fff url(../Images/Footer-BG.gif) no-repeat scroll top left;
}

.Footer .Border
{
    display: none;
}

.Footer .OtherCorusSites
{
    padding-top: 17px;
}

.Left
{
    float: left;
}

.Right
{
    float: right;
}

.Hand
{
    cursor: pointer;
}

.HideFromScreen 
{
	display: none;
}
