<style type=text/css>



		/*  Defaults for HTML Elements   */

		/*  Anchor tags  */
		a {
			font-weight: normal;
			color: #000000;
			font-size: 10pt;
			text-decoration: underline;
			font-family : Arial;
		}

		a:link {
			font-weight: normal;
			color: #000000;
			font-size: 10pt;
			text-decoration: underline;
			font-family : Arial;
		}

		a:active {
			font-weight: normal;
			color: #000000;
			font-size: 10pt;
			text-decoration: underline;
			font-family : Arial;
		}

		a:visited {
			font-weight: normal;
			color: #000000;
			font-size: 10pt;
			text-decoration: underline;
			font-family : Arial;
		}

		a:hover {
			font-weight: normal;
			color: #993366;
			font-size: 10pt;
			text-decoration: underline;
			font-family : Arial;
		}

		/*  default font size, color, etc. */
		body {
			background-color: #666666;
			background-image: url(http://ncg.bankofamerica.com/images/bkg1.jpg);
			margin-top: 0;
			margin-left: 0;
			color: #000000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
		}

		p {
			color: #000000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
		}

		/* Heading tags */

		h1 {
			color: #000000;
			font-size: 11pt;
			font-family : Arial;
			font-weight : bold;
			text-decoration : none;
			background-color : #E6E6E6;
		}

		h2 {
			color: #993366;
			font-size: 11pt;
			font-family : Arial;
			font-weight : bold;
			text-decoration : none;
		}

		h3 {
			color: #993366;
			font-size: 11pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
			font-style : italic;
		}

		h4 {
			color: #000000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : bold;
			text-decoration : none;
		}

		h5 {
			color: #336699;
			font-size: 10pt;
			font-family : Arial;
			font-weight : bold;
			text-decoration : none;
		}

		h6 {
			color: #FF0000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
		}

		/* Tables */

		table {
			background-color: #FFFFFF;
		}

		th {
			color: #000000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
			background-color : #E6E6E6;
		}

		td {
			color: #000000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
		}

		/* reference class="plain" on a td tag for a form field if the browser is Netscape */
		/*  this will prevent the form field from extending the table beyond the boundary of the page */
		td.plain {
			font-family: "";
		}


		/* bolded fonts */
		b {
			color: #000000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : bold;
			text-decoration : none;
		}

		strong {
			color: #000000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : bold;
			text-decoration : none;
		}


		/* Lists */
		ol {
			color: #000000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
		}

		ul {
			color: #000000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
		}


		/* Custom classes */

		/*  Anchor tags used in menus */
		a.menuLink:link {
			font-weight: normal;
			color: #000000;
			font-size: 9pt;
			text-decoration: none;
			font-family : Arial;
		}

		a.menuLink:active {
			font-weight: bold;
			color: #000000;
			font-size: 9pt;
			text-decoration: none;
			font-family : Arial;
		}

		a.menuLink:visited {
			font-weight: normal;
			color: #000000;
			font-size: 9pt;
			text-decoration: none;
			font-family : Arial;
		}

		a.menuLink:hover {
			font-weight: normal;
			color: #993366;
			font-size: 9pt;
			text-decoration: none;
			font-family : Arial;
		}

		/*  anchor tags for reverse navigation */
		a.reverseNav:link {
			font-weight: normal;
			color: #000000;
			font-size: 8pt;
			text-decoration: underline;
			font-family : Arial;
		}

		a.reverseNav:active {
			font-weight: normal;
			color: #000000;
			font-size: 8pt;
			text-decoration: underline;
			font-family : Arial;
		}

		a.reverseNav:visited {
			font-weight: normal;
			color: #000000;
			font-size: 8pt;
			text-decoration: underline;
			font-family : Arial;
		}

		a.reverseNav:hover {
			font-weight: normal;
			color: #993366;
			font-size: 8pt;
			text-decoration: underline;
			font-family : Arial;
		}

		/* use this one for smaller print than normal */
		.small {
			color: #000000;
			font-size: 8pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
		}
		
				/* use this one for smaller print than normal that is bold*/
	.smallBold {
	color: #000000;
	font-size: 8pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

		/* small print with a background color */
		.smallBkg {
			color: #000000;
			font-size: 8pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
			background : #E6E6E6;
		}

		/* use this one for message text */
		.msg {
			color: #FF0000;
			font-size: 10pt;
			font-family : Arial;
			font-weight : normal;
			text-decoration : none;
		}

		/* use this one to make text stand out with a background color */
		.hilite {
			color: #000000;
			font-size: 10pt;
			font-family: Arial;
			font-weight: normal;
			text-decoration: none;
			background-color: #FFFFCC;
		}

		/*  background color for menus */
		.menu {
			background-color: #EEEEEE;
			font-family: Arial;
			font-weight: normal;
			text-decoration: none;
			color: #000000;
			font-size: 9pt;
		}

		/* background color and font color for menu section titles */
		.menuTitle {
			background: #7D3966;
			font-size: 10pt;
			font-family: Arial;
			text-decoration: none;
			font-weight: bold;
			color: #ffffff;
		}

		/* background color and font color for menu section titles */
		.titleBar {
			background: #E6E6E6;
			color: 000000;
			font-size: 10pt;
			font-family: Arial;
			text-decoration: none;
			font-weight : bold;
		}

		/* images for theTail */
		/* ones not in use commented out 
		.template1TailNoMenu{
			background-image: url(http://ncg.bankofamerica.com/images/template1/arcBottomNoMenu.gif);
		}

		.template1Tail {
			background-image: url(http://ncg.bankofamerica.com/images/template1/arcBottom1.gif);
		}
*/
		.template2TailNoMenu{
			background-image: url(http://ncg.bankofamerica.com/images/template2/arcBottomNoMenu.gif);
		}

		.template2Tail {
			background-image: url(http://ncg.bankofamerica.com/images/template2/arcBottom1.gif);
		}
/*
		.template3TailNoMenu{
			background-image: url(http://ncg.bankofamerica.com/images/template3/arcBottomNoMenu.gif);
		}

		.template3Tail {
			background-image: url(http://ncg.bankofamerica.com/images/template3/arcBottom1.gif);
		}
*/
		/*   Used by OrgCharts components */
		/*  all OrgCharts entries are prefixed with oc- */

		.oc-level1title
		{
			font-weight: bold;
			font-size: 9pt;
			color: #ffffff;
			font-family: Arial;
			background-color: #336699;
			text-decoration: none
		}

		.oc-level2title
		{
			font-weight: bold;
			font-size: 9pt;
			color: #000000;
			background-color: #FFFFCC;
			font-family: Arial;
			text-decoration: none
		}

		.oc-text
		{
			font-weight: bold;
			font-size: 9pt;
			color: #000000;
			font-family: Arial;
			background-color: #E6E6E6;
			text-decoration: none
		}
</style>
