			body
			{
				font-family: "Arial","Helvetica","sans-serif";
				font-size: 12pt;
			}

			h1, h2, h3
			{
				text-align: center;
			}

			h2.left { text-align: left; }
			
			#hidden {
				display: none;
			}
			
			TEXTAREA.floater {
				width: 550px;
				border: 2px solid #999;
				font-family: Arial;
			}
			
			div.wrapper
			{
				width: 1000px;
				margin-left: auto;
				margin-right: auto;
			}
			
			div.names
			{
				clear: both;
				width: 345px;
				text-align: right;
				float: left;
				padding-right: .1cm;
			}
			
			div.txtData
			{
				width: 450px;
				text-align: left;
				float: left;
				padding-left: .1cm;
			}
			
			div#theftTitle
			{
				width: 1000px;
				float: left;
				text-align: center;
				padding: 5px 5px 5px 5px;
			}

			div#theftCosts
			{
				width: 1000px;
				float: left;
				text-align: center;
				padding: 5px 5px 5px 5px;
			}

			div#theftConc
			{
				width: 1000px;
				float: left;
				text-align: center;
				padding: 5px 5px 5px 5px;
			}

			div#securitySign
			{
				width: 1000px;
				float: left;
				text-align: center;
				padding: 5px 5px 5px 5px;
			}

			div#subRes
			{
				width: 1000px;
				float: left;
				text-align: left;
				padding: 5px 5px 5px 5px;
			}

			div#end
			{
				width: 1000px;
				float: right;
				padding: 5px 5px 5px 5px;
				text-align: right;
			}

			div#question
			{
				width: 1000px;
				float: left;
				padding: 5px 5px 5px 5px;
				text-align: center;
				font-weight: bold;
			}

			ul  { text-align: left; }

			p { text-align: center; }
			
			p.nocenter { text-align: left; }
			
			p.right { text-align: right; }
			
			p.pbold
			{
				font-weight: bold;
				font-style: italic
			}

			p.padd
			{
				width: 800px;
				padding: 5px 5px 5px 5px;
				text-align: left;
				font-weight: bold;
				font-size: 14pt;
			}
			
			div.padded
			{
				width: 800px;
				padding: 5px 5px 5px 5px;
			}
			
			.dashes 
			{
				border-top: 2px dashed #000000;
				margin-top: 10px;
			}

			.small { font-size: 10pt; }

			.smaller { font-size: 8pt; }
			
			.redc
			{
				color: red;
				font-size: 10pt;
				font-weight: bold;
			}

			.redline
			{
				color: red;
			}

			#tooltip
			{
				background-color: #ffff88;
				font-size: 80%;
				visibility: hidden;
				opacity: .95;
				position: absolute;
				border: 1px solid #aaaaaa;
				padding: 5px 5px 5px 5px;
			}
			
			.tipMe
			{
				color: black;
			}
			
			caption
			{
				caption-side:bottom
			}

			.normal
			{
				font-size: 12pt;
				color: firebrick;
				font-weight: bold;
			}

			.normal2
			{
				color: firebrick;
			}

			.indent
			{ 
				margin-left: 20px
			}
			
			.bottom2
			{
			   position: fixed;
			   text-align: center;
			   bottom: 0px;
			   width: 100%;
			}

			.bottom3
			{
			   position: fixed;
			   text-align: left;
			   bottom: 0px;
			   width: 100%;
			}