div#nstext /* Creates the scrolling text area for Nonscrolling region topic */
	{
	top: 0px;
	padding: 5px 20px 0px 22px;
	/*overflow: expression('auto');
	width: expression(document.body.clientWidth);
	height: expression(document.body.clientHeight - nsbanner.offsetHeight);*/
	}
div#nsbanner /* Creates Nonscrolling banner region */
	{
	position: relative;
	left: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
	/*width: expression(document.body.clientWidth);*/
	background-color: #99ccff;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

table.list
{
    border-style: solid;
    border-width: 1px;
    font-family: "Verdana";
    font-size: 8pt;
    margin-left: 15px;
    margin-right: 15px;
    border-collapse: collapse;
}

table.list td
{
    border-style: solid;
    border-width: 1px;
    padding: 7px 10px 7px 10px;
}

table.list th
{
    border-style: solid;
    border-width: 1px;
    padding: 7px 10px 7px 10px;
}

a:link {
	color: #005FA9;
	text-decoration: none;
}

a:visited {
	color: #A367B1;
	text-decoration: none;
}

a:hover, a:visited:hover  { 
	background-color: #DDEEFF;
}

h4 a, .index a {
	color: #005FA9;
}

h4 a:visited, .index a:visited {
	color: #005FA9;
}

h1 { 
	font-size: 130%; 
	margin-top: 0em;
	margin-bottom: .7em;
}

h2 {   
	font-size: 120%;
	margin-top: 1.4em;
	margin-bottom: .7em;
}

h3 {  
	font-size: 110%;
	margin-top: 1.2em;
	margin-bottom: .7em; 
}

h4 { 
	font-size: 100%; 
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: .6em; 
}

hr { 
	color: #000000;
	height: 1px;
	margin-top: 0em;
	margin-bottom: 0em; 	
}

p, pre {  
	margin-top: .6em;
	margin-bottom: .6em;
}

p.index {
	text-align: center;
	margin-bottom: 0em;
}

ol p, ul p {  
	margin-top: .7em;
	margin-bottom: 0;
}

ol {
	font-size: 100%; 
	margin-top: .5em; 
	margin-bottom: 0em; 
	margin-left: 4.5em;
}

ul {
	font-size: 100%; 
	margin-top: .5em; 
	margin-bottom: 0em; 
}

ol ul, ul ul {
	list-style: square; 
	margin-top: .5em;
}

ol ol {
	list-style: lower-alpha; 
	margin-top: .5em;
}

li {
	margin-bottom: .7em; 
	margin-left: -2em;
}

pre, .code {  
	font-family: "Courier New", Courier, mono; 
	font-size: 120%;
}

.code {
	white-space: nowrap;
}	

ol pre, ul pre {  
	margin-top: .5em;
	margin-bottom: 0em;
}

code {  
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
}

img {
	margin: 0px 5px 0px 0px;
	border: none;
}

.nav {  
	margin-top: -3px;
	margin-bottom: -3px;
}

.nav img {
	margin: 0px 0px 0px 0px;
}

.welcomehelp {
	margin-left: 57px;
}

.welcomehowdoi {
	margin-left: 63px;
}

img.pathnumber {
	margin-bottom: -7px;
	margin-left: -42px;
}

img.usericon {
	margin-bottom: -11px;
	margin-left: -48px;
}

.welcomeexpander {
	margin-left: -14px;	
}

div.procedure, div.welcomehelp, div.welcomehowdoi {
	display:none;
}

.searchhilite {
	background-color: #DFDF00;	
}

html .listing {
   width: 96%;
   padding-left: 1%;
   padding-right: 5px;
   padding-top: 2px;
   padding-bottom: 17px;
   overflow-x: auto;	
   background-color: #F2F2F2;
}

html .signature {
	font-size: 120%;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}

.question
{
	font-weight: bold;
	color: #345092;
}

.topic
{
	text-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
	color: #336699;
	vertical-align: middle;
	font-size: larger;
}

.topicLeft
{
	text-align: left;
	background-color: #EEEEEE;
	font-weight: bold;
	color: #336699;
	vertical-align: middle;
	font-size: larger;
}

.caption
{
	color: #336699;
	font-size: 24px;
}

.yellow
{
	color: #FF9900;
	font-weight: bold;
	font-size: 24px;
}
.gray
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 24px;
}

