﻿/*
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, form
{
	
	
	font-family:Tahoma;
	font-size:12px;
	color:#626262;
	
}   
table
{
	font-family:Tahoma;
	font-size:12px;
	line-height:15px;
	color:#626262;
	margin-left:15px;
}
td
{
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
	vertical-align:top;
}

ul
{
	margin-top:3px;
	margin-left:15px;
	margin-bottom:3px;
}
h1, h2, h3
{
	font-family:Tahoma;
	font-size:14px;
	color:#626262;
	margin-bottom:5px;
}
p
{
	margin-top:0px;
	margin-bottom:5px;
}
img
{
    border: none 0;
}

/* Links */
a, a:link, a:active, a:hover, a:visited
{
	color:#00006E;
}
a.BlueLink:link, a.BlueLink:active, a.BlueLink, a.BlueLink:hover, a.BlueLink:visited
{
	font-weight:normal;
	color:#FFE42C;
}
div.Agility, a.Agility:link, a.Agility:hover, a.Agility:visited, a.Agility:active
{
	margin:10px 0;
	color:White;
	width: 100%;
	float: left;
	text-align: center;
}


