<style type="text/css">

	TABLE { 
			font-size: 8pt; 
			font-family: verdana;
			background-color: none; 
			background-image: none;
		}
		TR { font-size: 8pt; font-family: verdana; }

		.ReportTable {
			background-color: none; 
			background-image: url(/wp_media/images/bg_Page.gif);
		}
		.InstructionRow { 
				/*font-weight: bold;*/
				font-size: 11px;
				background-color:#FBFABF;
				height: 24px;
				padding-top: 5px;
				color: Red;
		}
		.PgBreakTitleRow { 
			page-break-before: always;
			background-color: Black;	
			font-size: 13pt; 
			color: White;
			height: 35px;
			text-indent: 10px;
			font-weight: bolder;
			padding-top: 5px;
			padding-bottom: 5px;
		}

		/* PageTitleRows are the main title on a page, generally only one */
		.PageTitleRow { 
			background-color: Black;	
			font-size: 13pt; 
			color: White;
			height: 35px;
			text-indent: 10px;
			font-weight: bolder;
			padding-top: 5px;
			padding-bottom: 5px;
		}

		/* PageTitleCaps are to close off page titles with buttons and such */
		.PageTitleCap { 
			background-color: black;
			font-size: 8pt; 
			color: white;
			height: 35px;
			text-indent: 10px;
			padding-top: 5px;
			padding-bottom: 5px;
			font-weight: bold;
		}
	
		/* TitleRows are titles on reports, lists, or forms */
		.TitleRow { 
			background-color: #C0C0C0;
			font-size: 12pt; 
			font-weight: bolder; 
			height: 24px;
			text-indent: 10px;
			padding-top: 2px;
			color: #000000;
		}
		/*For use on sub titles ....B/C PageTitleRow used for table treatment...*/
		.SubTitleRow { 
			font-size: 10pt; 
			font-weight: bold; 
			height: 24px;
			text-indent: 10px;
			color: #000000;
		}
	
		/* HeaderRows are for column headers on lists */
		.HeaderRow { 
			font-weight: bold;
			font-size: 11px;
			background-color: #3B5A8D;
			height: 24px;
			padding-top: 5px;
			color: white;
		}

		.RowOn { background-color: none; background-image: url(/wp_media/images/bg_RowOn.gif); }
		.RowOff { background-color: none; background-image: url(/wp_media/images/bg_RowOff.gif); }
		.FooterRow { background-color: #3B5A8D; height: 10px; }

		/* TabRows are for tabs */
		.TabRow { 
			background-color: #6AA5B2;
			font-size: 9pt; 
			background-image: url(/wp_media/images/bg_TabRow.gif); 
			height: 30px; 
		}
		.TabCellCapLeftOn { background-image: url(/wp_media/images/tabs/tab_capleft_on.gif); }
		.TabCellCapLeftOff { background-image: url(/wp_media/images/tabs/tab_capleft_off.gif); }
		.TabCellCapRightOn { background-image: url(/wp_media/images/tabs/tab_capright_on.gif); }
		.TabCellCapRightOff { background-image: url(/wp_media/images/tabs/tab_capright_off.gif); }
		.TabCellOn { font-color: black; font-weight: bold; background-image: url(/wp_media/images/tabs/tab_bg_on.gif); }
		.TabCellOff { font-color: white; background-image: url(/wp_media/images/tabs/tab_bg_off.gif); }
		.TabLink:link { color:  #333333;  text-decoration: none; font-size: 9px; }
		.TabLink:visited { color:  #333333; text-decoration: none; font-size: 9px; }
		.TabLink:active { color:  #333333; text-decoration: none;  font-size: 9px; }
		.TabLink:hover { color: #6AA5B2; text-decoration: none; font-size: 9px; }


		/* SubTabRows are for 2nd level tabs */
		.SubTabRow { 
			background-color: #6AA5B2;
			font-size: 9pt; 
			background-image: url(/wp_media/images/tabs/subtab_bgrow.gif); 
			height: 20px; 
		}
		.SubTabCellOn { color: white; font-weight: bold; background-image: url(/wp_media/images/tabs/subtab_bg_on.gif); }
		.SubTabCellOff { color: white; background-image: url(/wp_media/images/tabs/subtab_bg_off.gif); }
		.SubTabLink:link { color:  #333333;  text-decoration: none; font-size: 9px; }
		.SubTabLink:visited { color:  #333333; text-decoration: none; font-size: 9px; }
		.SubTabLink:active { color:  #333333; text-decoration: none;  font-size: 9px; }
		.SubTabLink:hover { color: #6AA5B2; text-decoration: none; font-size: 9px; }
		
</style>

