body					{ 
						font-family: Verdana, Helvetica, Arial, sans-serif; 
						color: #817E7E; 
						font-size: 8pt;
						font-weight: normal;
						line-height: 16pt; 
						text-align: left;
						vertical-align: top;
						margin: 0px 100px 20px 100px;
						background-color: #FFFFFF;
						}
						
.NAVHEADER				{
						height: 100px;
						position: relative;
						margin: 0px 0px 1px 0px;
						padding: 0px 0px 0px 0px;
						background-image: url(apidocs-bg-logo_108x100.gif); 
						background-repeat: no-repeat;
						border-bottom: 2px solid  #817E7E;
						}
						
.NAVFOOTER				{
						margin-top: 15px;
						padding-top: 10px;
						border-top: 2px solid  #817E7E;
						}
						
.NAVHEADER hr, .NAVFOOTER hr			{
						display: none;
						}
						
.NAVHEADER table		{
						margin-top: 40px;
						}
						
/* Tables */	
				
table					{
						margin: 0px 0px 0px 0px;
						padding: 0px 0px 0px 0px;
						line-height: 12pt;
						vertical-align: top;
						border: none;
						}
						
td			 			{
						font-family: Verdana, Helvetica, Arial, sans-serif; 
						color: #817E7E; 
						font-size: 8pt;
						font-weight: normal;
						line-height: 16pt; 
						/*text-align: left;*/
						vertical-align: top;
						border: none;
						}

/* Forms */

form					{
						font-family: Verdana, Helvetica, Arial, sans-serif;
						font-size: 8pt;
						font-weight: normal;
						padding: 0px;
						margin: 0px;
						color: #817E7E; 
						}

/* Lists */
						
ul, ol 					{ 	
						padding: 3px 0px 0px 12px;
						margin: 3px 0px 0px 12px;
						}

li 						{ 	
						padding: 0px 0px 6px 0px;
						margin: 0px;
						}
						
						
/* Headlines */

h1, h2 					{ 	
						font-size: 11pt;
						color: #56595C;
						line-height: 16pt;
						font-weight: bold;
						margin: 20px 0px 16px 0px;
						}

/*h2 						{
						font-size: 16pt;
						color: #56595C;
						line-height: 20pt;
						font-weight: normal;
						margin: 20px 0px 16px 0px;
						}*/

h3 						{ 	
						font-size: 10pt;
						color: #56595C;
						line-height: 16pt;
						font-weight: bold;
						margin: 25px 0px 5px 0px;
						}

/* Anchors */

a:link 					{ color: #817E7E; text-decoration: underline }
a:visited 				{ color: #817E7E; text-decoration: underline }
a:hover 				{ color: #000000; text-decoration: underline }
