/* CSS Document */

/* PRINT STYLESHEET */

	body
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size:14px;
			}
	#banner
			{
			{display:none;
			}

		#banner_print
			{	
			width: 940px;
			height: auto;
			padding: 5px;
			margin-top: 5px;
			margin-right: 5px;
			margin-bottom: 1px;
			margin-left: 5px;
			background-color:#000000;
			color: #006600;
			font-size: 1.2em;
			font-weight: bold;
			text-align: center;
			}
				#banner_print h1
				{
				margin-top:15px;
				font-size: 1.5em;
			text-align: center;
				}
				#banner_print h4
				{
				margin-top:0sem;
				margin-bottom: .5em;
				font-size: .75em;
				font-variant:normal;
				color:#FF0033;
			text-align: center;
				}
				#banner_print h5
				{
				margin-top:0em;
				margin-bottom: .5em;
				font-size: 1.25em;
			text-align: center;
				}
				#banner_print img
				{float: none;
				margin-top: 0em;
				margin-left:auto;
				margin-right:auto;
				}
	#menu
			{
			display:none;
			}
	#content
			{
			background: #ffffff;
			text-align: left;
			color: #000000;
			padding: 0 5%;
			}
			#content p
			{
			text-indent: 1.5em;
			margin-top: 0px;
			margin-right: 25px;
			margin-bottom: 10px;
			margin-left: 25px;
			}
				#content ul
				{	text-decoration: none;
					list-style-type: square;
					text-align: left;
					line-height: 1.5em;
					margin-top: 5px;
					margin-right: 25px;
					margin-bottom: 5px;
					margin-left: 40px;
				}
				#content ol
				{	text-decoration: none;
					text-align: left;
					line-height: 1.5em;
					margin-top: 5px;
					margin-right: 25px;
					margin-bottom: 10px;
					margin-left: 20px;
				}
			#content img
					{
					float:right;
					}
			#content h3
					{
					text-align:center;
					font-size:18px;
					text-decoration: underline;
					}
	#footer
			{display:none;}
			/*
			{
			clear:both;
			background: #ffffff;
			color: #000000;
			text-align:center;
			font-size:10px;
			padding: 0 5%;
			}
			*/
	.table
			{	background-color: #ffffff;
				color: #006600;
				float:left;
				font-size: 1em;
				font-weight: bold;
				width: 80%;
				margin-left:auto;
				margin-right:auto;
			}
		.table2
				{	wide: 960px;	
					background-color: #000000;
					color: #006600;
					font-size: 1em;
					font-weight: bold;
					text-decoration: none;
					width: 100%;
				}
				.table2 th
						{	font-size: 1.3em;
							color: #ff0000;
							text-align: left;
							font-variant:small-caps;
						}
				.table2 tr
						{	text-align: left;
							margin-left: 1em;}
				.table2 td
						{	text-align: left;
							margin-left: 1em;}
				.tables2 h4
						{	text-align: center;
							font-size:1.25;
							color: #ff0000;
						}
				.tables2 h5
						{	text-align: center;
							font-size:1.25;
							font-color: #ff0000;
						}
				.table2 img
						{
						margin: 0em;
						}
