/* 4T2 STANDARD ELEMENTS */
/* DO NOT ADD OR REMOVE, JUST EDIT */

BODY
	{ 
	/* Default */
	font: 11px 'verdana'; 
	color: #3C4543; 
	}
FORM
	{
	padding: 0px;
	margin: 0px;
	}

A:LINK	{ color: #410A48; text-decoration: none; }
A:VISITED	{ color: #410A48; text-decoration: none; }
A:ACTIVE	{ color:#410A48; text-decoration: none; }
A:HOVER	{ color: #410A48; text-decoration: underline; }

P
	{
	/* Normal */
	/* Will inherit from Body if undefined, BUT must be duplicated for email headers */
	font: 1em 'verdana'; 
	color: #3C4543; 
	}

H1
	{
	/* Headline */
	/*color: #410A48;*/
	color:#3C4543;
	font-size: 20px;
	font-weight: bold; 
	font-family: Georgia, Times New Roman; 
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 8px;
	}

H2
	{
	/* Subhead */
	font-size: 14px;
	font-family: Georgia, Times New Roman
	font-weight: normal; 
	padding: 0px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #D7CBD8;
	}

H3
	{
	/* Smallhead */
	font-family: Georgia, Times New Roman;
	color: #3C4543;
	font-size: 14px;
	font-weight: bold;
	}

H5 { 
	/* Quote */
	font-size: 1em; 
	font-weight: normal;
	padding: 7px; 
	background: #fff url(/images/template/lists/bgLists.gif) repeat-x;
	/*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: .8em;
	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;
	font: 11px 'verdana'; 
	}

HR
	{
	/* Horizontal Rule */
	border: 1px solid #CDD5D2;
	padding: 0;
	}

TABLE
	{
	/* Table */
	border-collapse: collapse;
	}

TH
	{
	/* Table Header */
	background: #CCC1E1;
	color: #FFFFFF;
	}

TR
	{
	/* Table Row */
	vertical-align: top;
	}

TD
	{
	/* Table Cell */
	padding: 2px;
	}

.layoutTable TD {
	/* Table Cell */
	padding: 0px;
	}
/* CUSTOM ELEMENTS */
/* ADD, DELETE & EDIT AWAY! */

/* PORTALS */
#feature h1 {color:#3C4543; font-size:1.4em; font-weight: bold; border: none;}

.spacer { clear: both; }
.headerText {font-family: Georgia, Times New Roman; font-size: 1em; font-weight: bold; color: #595959; }

img a {border: none;}
