/* 4T2 STANDARD ELEMENTS */
/* DO NOT ADD OR REMOVE, JUST EDIT */

BODY
	{ 
	/* Default */
	font: 8pt 'Arial'; 
	color: #000000; 
	}
FORM
	{
	padding: 0px;
	margin: 0px;
	}

A:LINK	{ color: #000000; text-decoration: none; }
A:VISITED	{ color: #000000; text-decoration: none; }
A:ACTIVE	{ color:#333333; text-decoration: underline; }
A:HOVER	{ color: #333333; text-decoration: underline; }

.myA:link, .myA:visited, .myA:hover
	{
	color: #3A3783; 
	}

P
	{
	/* Normal */
	/* Will inherit from Body if undefined, BUT must be duplicated for email headers */
	font: 8pt 'Arial'; 
	color: #000000; 
	}

H1
	{
	/* Headline */
	color: #000000; /*#3C4542*/
	font-family: Arial;
	font-size:15px;
	font-weight: bold; 
	border: 0px none #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	}

H2
	{
	/* Subhead */
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #3A3783;
	padding: 0px;
	margin-bottom: 8px;
	}

H3
	{
	/* Smallhead */
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

H5
	{
	/* Original Quote */
	font-family: verdana;
	font-size: 11px;
	color: #3C4542;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	border: 1px solid #3A3783;
	}

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: #000000;
	font: 8pt 'Arial'; 
	}

OL
	{
	/* Ordered List */
	list-style: lower-roman
	}

LI
	{
	padding-bottom:10px;
	}

HR
	{
	/* Horizontal Rule */
	border: 1px solid #BBBEDE;
	padding: 0;
	}


/* CUSTOM ELEMENTS */
/* ADD, DELETE & EDIT AWAY! */