/* 4T2 STANDARD ELEMENTS */
/* DO NOT ADD OR REMOVE, JUST EDIT */

BODY
	{ 
	/* Default */
	font: 12px 'arial'; 
	color: #333333; 
	}
FORM
	{
	padding: 0px;
	margin: 0px;
	}

A:LINK	{ color: #017A48; text-decoration: underline;}
A:VISITED	{ color: #017A48; text-decoration: underline;}
A:ACTIVE	{ color:#017A48; text-decoration: underline;}
A:HOVER	{ color: #017A48; 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: verdana;
	font-size:14px;
	font-weight: bold; 
	border: 1px none #FFFFFF;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 8px;
	}

H2
	{
	/* Subhead */
	font-family: verdana;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #025B36;
	border-bottom: 1px solid #025B36;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	}

H3
	{
	/* Smallhead */
	font-family: verdana;
	font-size: 13px;
	letter-spacing: -1px;
	color: #015532;
	text-decoration: none;
	font-weight: normal;
	}

H4 /* Sidebar heading */
	{
	font-family: verdana;
	font-size: 14px;
	color: #289569;
	text-decoration: none;
	font-weight: bold;
	padding-bottom:10px;
	}

H5original
	{
	/* Original Quote */
	font-family: verdana;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3B4642;
	}
/*
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 #CDD5D2;
	padding: 0;
	}

TABLE
	{
	/* Table */
	border-collapse: collapse;
	}

TH
	{
	/* Table Header */
	background: #CCC1E1;
	color: #FFFFFF;
	font: 10pt 'verdana'; 
	}

TR
	{
	/* Table Row */
	vertical-align: top;
	}

TD
	{
	/* Table Cell */
	padding: 5px;
	}

.layoutTable TD {
	/* Table Cell */
	padding: 0px;
	}
/* CUSTOM ELEMENTS */
/* ADD, DELETE & EDIT AWAY! */

.prop {
	height:50px;
	float:right;
	width:1px;
	}

.test {color: red;}
