/* 4T2 STANDARD ELEMENTS */
/* DO NOT ADD OR REMOVE, JUST EDIT */

BODY
	{ 
	/* Default */
	font: 11px 'arial'; 
	color: #333333; 
	margin-bottom: 20px;
	}
FORM
	{
	padding: 0px;
	margin: 0px;
	}

A:LINK	{ color: #289569; text-decoration: none; }
A:VISITED	{ color: #289569; text-decoration: none; }
A:ACTIVE	{ color:#289569; text-decoration: none; }
A:HOVER	{ color: #289569; text-decoration: underline; }

P
	{
	/* Normal */
	/* Will inherit from Body if undefined, BUT must be duplicated for email headers */
	font: 1em 'arial'; 
	color: #333333; 
	}

H1
	{
	/* Headline */
	color: #333333;
	font-family: arial;
	font-size:14px;
	font-weight: bold; 
	border: 1px none #FFFFFF;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 8px;
	}

H2
	{
	/* Subhead */
	font-family: arial;
	font-size: 12px;
	color: #3C4542;
	border-bottom: 1px solid #929D99;
	padding: 0px;
	margin-bottom: 8px;
	}

H3
	{
	/* Smallhead */
	font-family: arial;
	font-size: 10pt;
	color: #8E8E8E;
	text-decoration: none;
	font-weight: bold;
	}

H4 /* Sidebar heading */
	{
	font-family: arial;
	font-size: 14px;
	color: #fff;
	background-color: #289569;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 0px 8px 5px;
	}

H5original
	{
	/* Original Quote */
	font-family: arial;
	font-size: 11px;
	color: #6E4EA3;
	font-weight: normal;
	font-style: italic;
	padding: 10px 10px 10px 10px;
	border: 1px solid silver;
	}
H5 { 
	/* Quote */
	font-size: 95%; 
	font-weight: normal;
	margin: 2em 2em 2em 1em; 
	padding-right: 0.75em; 
	padding-left: 3.25em; 
	border-right: 0 solid #777; 
	background: url(/images/quote.gif) top left no-repeat; 
	border-left: 1px solid silver;
	}

H6
	{
	/* Smallprint */
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	margin-top: 2px;
	}
/*
UL
	{
	/* Unordered List 
	list-style: url(/images/bullet.gif) square;
	color: #3C4544;
	}

OL
	{
	/* Ordered List 
	list-style: lower-roman
	}

LI
	{
	padding-bottom:10px;
	}
*/
HR
	{
	/* Horizontal Rule */
	border: 1px solid #fff;
	padding: 0px 0px;
	}

TABLE
	{
	/* Table */
	border-collapse: collapse;
	}

TH
	{
	/* Table Header */
	background: #80B798;
	color: #FFFFFF;
	font: 10pt 'arial'; 
	}

TR
	{
	/* Table Row */
	vertical-align: top;
	font: 10pt 'arial'; 
	}

TD
	{
	/* Table Cell */
	padding: 4px;
	font: 8pt 'arial'; 
	}

.layoutTable TD {
	/* Table Cell */
	padding: 0px;
	font: 8pt 'arial'; 
	}
/* CUSTOM ELEMENTS */
/* ADD, DELETE & EDIT AWAY! */

.prop {
	height:50px;
	float:right;
	width:1px;
	}
