/*The following is a sample stylesheet to be used for all corporate button
pages.*/



/* body type begins */

BODY	{
	font-size:		10pt;
	font-weight:		normal;
	font-family:		Arial, Helvetica, sans-serif;
	font-style:		normal;

	}

P, BLOCKQUOTE, UL, OL, DL, DD, LI, DIR, MENU, DIV
	{
	font-size: 		10pt;
	font-weight:		normal;
	font-family:		Arial, Helvetica, sans-serif;
	font-style:		normal;
	color:			white;
	}

SMALL	{
	font-size:	.92em;
	}

/* affordances */

EM	{
	font-style:	normal;
	font-weight:	bold;
	color:		gray;
	background:	transparent;
	}

STRONG	{
	font-style:	normal;
	text-decoration:none;
	background:	transparent;
	font-weight:	bolder;
	font-size:	12pt;
	color:		gray;
	}

EM STRONG, STRONG EM	{
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	background:	transparent;
	color:		gray;
	}

B	{
	font-weight:	bold;
	}

I	{
	font-style:	italic;
	}

.warning	{
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	transparent;
	color:		red;
	}

DEL	{
	text-decoration:	none;
	background:		#FC6;
	}

INS	{
	text-decoration:	none;
	}

VAR, CITE, DFN, .note	{
	font-style:		italic;
	}

ADDRESS	{
	font-style:		normal;
	letter-spacing:		.1em;
	}


/*Still need to change colours here!*/

H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT	{
	font-style: normal;
	color:	#461b7e;
	/*background:	#FFFFF5;*/
	}

HR	{
	color:	#461b7e;
	}

#colophon	{
	display:	none;
	}

COL, COLGROUP, TABLE, TBODY, TD, TR	{

	text-decoration:	none;
        font-family:		Arial, Helvetica, sans-serif;
        font-size:	10pt;
	border-color:	purple;
	border-style:	purple;
	/*background:	#FFFFF5;*/
	}

	/* active and visited links */


A:link	{
	text-decoration:	none;
	color:			#FB5800;
	font-weight:		bold;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		10pt;
	}

A:visited	{
	text-decoration:	none;
	color:			#B50126;
	font-weight:		bold;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		10pt;
	}

A:hover	{
	text-decoration:	none;
	color:			#ffffff;
	}

A:active	{
	text-decoration:	none;
	color:			#0000ff;
	font-weight:		bold;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		10pt;
	}


A.offsite	{
	text-decoration:	none;
	font-weight:		normal;
	color:			#C30;
	}

/*The following are for the bottom of pages: copyright, disclaimer and contact notices*/
P.small		{
	font-weight:		normal !important;
	font-size:		8pt !important;
	text-decoration:	none !important;
	font-family:		Arial, Helvetica, sans-serif;
	line-height:		1em !important;
	}

A.small		{
	font-weight:		normal !important;
	font-size:		8pt !important;
	text-decoration:	underline !important;
	font-family:		Arial, Helvetica, sans-serif;
	line-height:		1em !important;
	}

TD.buttontitles 	{
	font-weight:		bold;
	font-size:		14pt;
	font-family:		Arial, Helvetica, sans-serif;
	}


A.clearing	{
	font-weight:	bold;
	font-size:	8pt;
	color:		#C00;
	}

A.clearing:visited	{
	text-decoration:	none;
	color:			#736f6e;
	font-weight:		bold;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		8pt;
	}

A.clearing:hover	{
	text-decoration:	none;
	color:			#0000ff;
	}

A.clearing:active	{
	text-decoration:	none;
	color:			#0000ff;
	font-weight:		bold;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		8pt;
	}

/*DIV.SPECIAL 	{
	font weight:		bold;
	font size:		8pt;
	}*/


