
/*
	CSS for the notes
*/


	.NOTEH1
	{/* MAIN MODULE HEADERS*/

		border: solid silver 1px;
		background-color: b1ac83;
		color:#333333;
		font-family: arial;
		font-style: italic;
		font-weight: bold;
		font-size:9pt;
	}

	.NOTEH4
	{	/*THIS WILL BE USED FOR SUB MODULES LIKE NOTES INCLUDES */	
		color:#003399; 
		font-weight:bold; 
		font-size:10px; 
		background-color:#AAB5C7;
	} 

	/* INFO LABELS  */
	.NOTEL5
	{
		color:#555555;
		font-weight: bold;
		font-family: arial;
		font-size:8pt;
	}
	
	.NOTEL6
	{
		color:#444444;
		font-weight: bold;
		font-family: arial;
		font-size:7pt;
	}


	/* LINK STYLES */
	.NOTEL5A
	{
		color:#800040;
		font-weight: bold;
		font-family: arial;
		font-size:8pt;
	}
	.NOTEL5H
	{
		color:#ff8040;
		font-weight: bold;
		font-family: arial;
		font-size:8pt;
		text-transform:none;
	}

	.NOTEL6A
	{
		color:#800040;
		font-weight: bold;
		font-family: arial;
		font-size:7pt;
	}
	.NOTEL6H
	{
		color:ff8040;
		font-weight: bold;
		font-family: arial;
		font-size:7pt;
		text-transform:none;
	}


		/* RIGHT DETAIL MENU  STYLES */
	.NOTELM5T
	{ /* TITLE*/
		border: solid silver 1px;
		background-color: #C4B392;
		color:#333333;
		font-weight: bold;
		font-family: arial;
		font-size:9pt;
	}

	.NOTELM5A
	{ /* LINK BEFORE/AFTER*/
		color:#800040;
		font-weight: bold;
		font-family: arial;
			font-size:8pt;
		border: solid 1px silver;
		background-color: EEEEEE;
	}

	.NOTELM5H
	{ /* LINK ON HOVER*/
		color:#f9d9ae;
		font-weight: bold;
		font-family: arial;
		font-size:8pt;
		text-transform:none;
		border: solid 1px #74633a;
		background-color: gray;
	}


	/* INFO FIELDS (DATA)*/
	.NOTESB5
	{ 	/* USED FOR NON-OWNING BACNK */
		color:#777777;
		font-weight: bold;
		font-family: arial;
		font-size:8pt;
	}

	.NOTESB6
	{
		color:BLACK;
		font-weight: normal;
		font-family: ARIAL;
		font-size:7pt;
	}


	.NOTEFEE6
	{
		color:#d20000;
		font-weight: normal;
		font-family: ARIAL;
		font-size:7pt;
	}


	.NOTEREV6
	{
		color:#008000;
		font-weight: normal;
		font-family: ARIAL;
		font-size:7pt;
	}


	.NOTEPAY6
	{
		color:BLACK;
		font-weight: normal;
		font-family: ARIAL;
		font-size:7pt;
	}




	/* TABLE STYLES */
	.NOTETABLE
	{
		font-weight: bold;
		border: solid silver 1px;
	}
	.NOTETABLE5
	{
		color: 004080;
		font-weight: bold;
		font-size:8pt;
	}
	.NOTETABLE6
	{
		color: 004080;
		font-weight: bold;
		font-size:7pt;
	}
	.NOTETABLEDETAILINFO5
	{
		border: solid silver 1px;
		color: 004080;
		font-weight: bold;
		font-size:8pt;
		background-color:#ffffea;
	}
	
	.NOTELFONT
	{
		font-size:12pt;
		line-height:1.3;
	}
	
