			body {
				margin: 20px;
				background: #660000;
				background-image: url("/images/common/bg.gif");
			}
			
			/* top nav styles */
			
			div.detainee {
				font-family: Helvetica, sans-serif;
				font-size: 8pt;
			}

			p.detaineeName {
				color: #660000;
				margin-top: 0px;
				margin-bottom: 0px;
			}
			
			p.detaineeInfo {
				margin-top: 0px;
				margin-bottom: 0px;
				color: #666666;
			}
			
			table tr td.nav {
				border-bottom: solid 2px #990000;
			}
			
			table.nav tr td {
				font-family: Helvetica, sans-serif;
				font-weight: bold;
				font-size: 12pt;
				color: #999999;
				padding-right: 9px;
			}
		
			table.nav tr td a {
				color: #999999;
				text-decoration: none;
			}
			
			table.nav tr td a:link {
			}
			
			table.nav tr td a:hover {
				color: #996666;
				/* background: #ffe0e0; */
			}
			
			table.nav tr td a:active {
				color: #000000;
			}
			
			/* subnav styles */
			
			p.subnav {
				margin-top: 10px;
				font-family: Helvetica, sans-serif;
				font-weight: bold;
				color: #999999;
			}
			
			p.subnav a {
				color: #999999;
				text-decoration: none;
			}
			
			p.subnav a:link {
			}
			
			p.subnav a:link {
			}
			
			p.subnav a:hover {
				color: #996666;
			}
			
			p.subnav a:active {
				color: #000000;
			}
			
			/* main document styles */
			
			div#mainContent {
				font-family: Georgia, serif;
				font-size: 11pt;
				line-height: 133%;
				color: #000000;
			}
			
			h1 {
				color: #990000;
				font-family: Helvetica, sans-serif;
				font-weight: bold;
				font-size: 16pt;
			}
			
			span.foo {
				font-family: Georgia, serif;
			}
			
			img {
				border: 0px;
			}
			
			a:link {
				color: #990000;
			}
			
			a:hover {
				color: #993333;
			}
			
			a:active {
				color: #000000;
			}
			
			a:visited {
				color: #996666;
			}
