﻿/*
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, Sans-Serif;
    font-size: 12px;
    color: #949494;
}

input, textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #949494;
}

a
{
    outline: none;
    text-decoration: none;
}

p
{
    line-height: 1.5em;
}

h1
{
    font-size: 48px;
    color: #aa258e;
    font-weight: bold;
    margin: 0;
    line-height: 1em;
}

h2
{
    font-size: 38px;
    font-weight: bold;
    color: #aa258e;
    margin: 0;
    line-height: 1em;
}

h3
{
    font-size: 24px;
    color: #aa258e;
    font-weight: bold;
    margin: 0;
    line-height: 1em;
}

h4
{
    font-size: 16px;
    color: #aa258e;
    font-weight: bold;
    margin: 0;
    line-height: 1em;
}

table.WhiskasTable{
    width: 100%;
}

table.WhiskasTable,
table.WhiskasTable td,
table.WhiskasTable th {
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    border: none;  
    text-align: left;  
    vertical-align: top;  
}

table.WhiskasTable tr {
    padding-bottom: 35px;
}

table.WhiskasTable td, th {
    padding-right: 9px;
}

table.WhiskasTable p {
    line-height: normal;
    margin: 0;
}

:-moz-any-link:focus {
  outline: none;
}


.Clear
{
    clear: both;
    font-size: 0px;
}

.Left
{
    float: left;
}

.Right
{
    float: right;
}

.Hidden
{
	display: none;
}