
			body {
				background-image: url(../orange-float/ooxs.png);
				background-position: top center;
				background-repeat: no-repeat;
				padding-top: 70px;
				font-family: Helvetica, sans-serif;
				background-color: #FFF;
			}
			h1,h2,h3,h4,h5,h6 {
				color: #D45500;
				border-bottom-color: #D45500;
				padding-right: 30px;
				text-align: right;
				font-variant: small-caps;
				margin-left: 20px;
			}
			h1 {
				border-bottom-style: solid;
				border-bottom-width: 4px;
			}
			h2 {
				border-bottom-style: solid;
				border-bottom-width: 3px;
			}
			h3 {
				border-bottom-style: solid;
				border-bottom-width: 2px;
			}
			h4 {
				border-bottom-style: solid;
				border-bottom-width: 1px;
			}
			h5 {
				border-bottom-style: solid;
				border-bottom-width: 1px;
			}
			h6 {
				border-bottom-style: solid;
				border-bottom-width: 1px;
			}
			form {
				border: 1px solid #444;
				width: 90%;
				padding: 2em;
				background-color: #FFDBC6;
				
			}
			form input {
				background-color: #FFEDE3;
			}
			div.section {
				margin-left: 20px;
			}

			table {
				margin-left: 3em;
				margin-top: 2ex;
				margin-bottom: 2ex;
				text-align: right;
			}
			table caption {
				margin-left: 3em;
				font-style: italic;
				text-align: center;
			}
			th {	
				background-color: #FFB88E;	
				border-top: 2px solid #DE7F4D;
				border-bottom: 2px solid #DE7F4D;
				padding-right: 0.5em;
				margin: 0px;
			}
			td {
				width: 10em;
				padding-right: 0.5em;
			}
			tr.even {
				background-color:  #FFF4E4;
			}
			
			tr.odd {
				background-color: #FFE4D4;
			}
			.top {
				display: none;
			}
			.links {	
				display: none;
			}
			
			pre {
				margin-left: 2em;				
				margin-right: 2em;
				padding-left: 5px;
				padding-right: 5px;
				padding-top: 3px;
				padding-bottom: 3px;
				color: #004;
				background-color: #DDD;
overflow: visible;
				border: solid 1px #CCC;
			}
			pre .kw {
				color: #7F0055;
				font-weight: bold;
			}	
			pre .line-comment {
				color: #585;
			}
			pre .multi-comment {
				color: #585;
			}
			div.image {
				/*margin-left:10%;*/
				text-align: center;
			}
			
			div.image + div.caption {
				/*margin-left:10%;*/
				font-style: oblique;
				text-align: center;
			}
			a {			
				text-decoration: none;
				color: #DE7F4D;
			}
			.content * a.external {			
				padding-right: 7px;
				background-image: url(../orange-float/ext-link.png);
				background-position: top right;
				background-repeat: no-repeat;
			}
			a:hover {				
				color: #FFF;	
				background-color: #DE7F4D;
			}
			.left {
				/*float: left;
				clear: left;
				width: 150px;*/
			}			
			.right {
				/*float: right;
				clear: right;
				width: 150px;*/
			}
			.content {
				/*margin-left: 150px;
				margin-right: 10px;*/
margin: 0px;
padding: 0px;
			}
			.content ol,.content ul {
				margin-left: 0px;
padding-left: 0px;
			}
			
			.content ol li,.content ul li {
				margin-left: 50px;
padding-left: 0px;
			}
			.content ul {
				list-style-image: url(../orange-float/bullet2.png);
			}
			.footer {
				color: #777;
				background-image: url(../orange-float/shadow-vert.png);
				background-position: bottom left;
				background-repeat: repeat-x;
				text-align: center;
				font-size: x-small;
				margin-top: 20px;
				padding-left: 30px;
				padding-right: 30px;
				padding-bottom: 0px;
				padding-top: 9px;
				
			}
			.map-site {
				color: #AAA;
				width: 85%;
				margin-left: 50px;
			}
			.map-site-variant {
				background-color: #BBB;
				border: 1px solid #444;
				margin-top: 50px;				
			}
			.map-page {
				padding: 2em;
				margin: 2em;
				background-color: #FFF;
				border: 1px solid #444;				
			}
			.map-section {
				padding-left: 1em;
				margin-left: 1em;
			}
			.map-path {
				border: dashed 1px #a44;
				margin: 1em;
	
			}
			.map-path-title {
				text-align: center;
				color: #C44;
			}
			pre .xml-comment {
				color: #585;
			}
			pre .xml-element {
				color: #006;
				font-weight: bold;
	
			}
			pre .xml-att {
				color: #A53;
				font-weight: bold;
			}
			
			pre .xml-att-value {
				color: #3737C8;
				font-weight: normal;	
			}
			blockquote {				
				background-image: url(../orange-float/quote.png);
				background-position: top left;
				background-repeat: no-repeat;
				font-style: italic;
				color: #444;
				background-color: #F4EBE8;
				border: 1px solid #444;	

				border-left: 10px solid #E8D7D0;	
				margin-left: 30px;					
				margin-right: 12em;
				padding-left: 30px;
				padding-right: 30px;
				padding-bottom: 20px;
				padding-top: 20px;
			}
