﻿/*
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: Helvetica, 'MS Sans Serif', Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #fefefe;
	
}



* 
{
	-moz-outline-style: none; 	
	outline-syle: none;
	outline-width: 0px;
	outline-color: -moz-use-text-color;
}

sup 
{	
	height: 5px;
	vertical-align: text-top;
}

.Left 
{
	float: left;
}

.Right 
{
	float: right;	
}

.Clear 
{
	clear: both;
}
.Zero 
{
	font-size: 0px;
}

.PreLoad 
{
	/* put elements in here to preload them... */
	position:absolute; 
	overflow: hidden; 
	height:0px; 
	width: 0px;
}

.NoDisplay 
{
	display: none;
}

object, embed 
{
	border-width: 0xp !important;
}
