/* CSS Document */

/* PRINT STYLESHEET */

	body
			{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			}
	#banner
			{
			display:none;
			}
	#menu
			{
			display:none;
			}

	#contenta
			{
			display:none;
			}
	#content
			{
			text-align: left;
			font-family:Arial, Helvetica, sans-serif;
			font-size: .8em;
			font-weight: bold;
			margin-top: 1em;
			}
			#content h1
					{
					text-align: center;
					font-size: 1.25em;
					font-weight: bold;
					margin-top: .5em;
					margin-bottom: .5em;
					}
			#content h2
					{
					text-align: left;
					font-size: 1.15em;
					font-weight: bold;
					text-decoration: underline;
					margin-top: 1em;
					margin-bottom: .75em;
					}
			#content p
					{
					text-align: left;
					font-size: 1em;
					margin-top: 1em;
					margin-bottom: .5em;
					font-weight: bold;
					}
			#content ul
					{
					text-align: left;
					font-size: .9em;
					margin-top: .5em;
					margin-bottom: .5em;
					font-weight: bold;
					}
					
	#footer
			{
			display:none;
			}
	.table
			{
			width:100%;
			text-align: center;
			margin-top: 2em;
			border:1px solid #000000;
			}
		.table
						{
						border-bottom:1px solid #000000;
						}
	.table_2
			{
			width:100%;
			text-align: center;
			margin-top: 2em;
			border:1px solid #000000;
			}
		.table_2 td
						{
						text-align: left;
						border-bottom:1px solid #000000;
						}
		.table_2 th
						{
						font-size: 1em;
						font-weight: bold;
						text-align: left;
						border-bottom:1px solid #000000;
						}
	.cls_table_trash
			{
			width:100%;
			text-align: center;
			margin-top: 2em;
			border:1px solid #000000;
			}
		.cls_table_trash td
						{
						border-bottom:1px solid #000000;
						}

