/* CSS Document for Printing */

body
		{	background: #ffffff;
			color: #000000;
			font: 12pt Georgia, "Times New Roman", Times, serif;
			padding: 0 5%;
		}
		hr
					{	margin-top: 2px;
						margin-bottom: 2px;}
		h1
					{	font-size: 14pt;
						font-weight: bold;
					}
		p
					{	font-size: 12pt;
						font-weight: bold;
						margin-top: .5em;
						margin-bottom: .2em;
					}
#banner
		{ text-align:center;
			margin-bottom: 2em;
		}
		#banner img
					{float:left;}
		#banner h1
					{	font-size: 14pt;
						font-weight: bold;
						margin-top: .5em;
						margin-bottom: .2em;
						text-decoration:underline;
					}
		#banner p
					{	font-size: 12pt;
						font-weight: bold;
						margin-top: .4em;
						margin-bottom: 0em;
					}
#menu
			{	display: none;}
			
#contenta
			{	margin-top: 1em;
				margin-bottom: 2em;
			}
		#contenta img
					{	float:right;
						margin-left: 1em;
						margin-bottom: 1em;
					}
		#contenta h2
					{	font-size: 14pt;
						font-weight: bold;
						margin-top: .5em;
						margin-bottom: .2em;
						text-decoration:underline;
					}
		#contenta h4
					{	font-size: 12pt;
						font-weight: bold;
						margin-top: .5em;
						margin-bottom: .2em;
						text-decoration:underline;
					}
#content_colc
			{	margin-top: 1em;
				margin-bottom: 2em;
			}
		#content_colc table
					{ 	width: 100%;
					}
				#content_colc td
							{	text-align:center;
								font-size: 9pt;
								font-weight: bold;
							}
		#content_colc h2
					{	font-size: 14pt;
						font-weight: bold;
						margin-top: .5em;
						margin-bottom: .2em;
						text-decoration:underline;
					}
#content_x
			{	margin-top: 1em;
				margin-bottom: 2em:
			}
		#content_x img
					{	float:right;}
		#content_x h4
					{	margin-top: 1em;
						margin-bottom: 1em;
						text-decoration:underline;
					}
		#content_x table
					{ width: 100%;
					}
		#content_x caption
					{ text-align:left;
						font-weight: bold;
						text-decoration:underline;
						margin-bottom: 2em;
					}
		#content_x td
					{ text-align: center;
					}
#footer_2
			{	font-size: 8pt;
				font-weight: bold;
				text-align: center;
			}
#footer
			{	display: none;
			}
#footer_bottom
			{	font-size: 8pt;
				font-weight: bold;
				text-align: center;
						margin-top: 4em;
			}
		#footer_bottom p
					{	font-size: 6pt;
						font-weight: bold;
						text-align: center;
						margin-top: 2em;
						margin-bottom: 0em;
					}
