BODY {
	margin: 2px;
	background: #ffffff;
	}

BODY, TD, P {
	color: black;
	font-family: times new roman, arial, helvetica, sans-serif;
	border-style: none;
	}

P {
	padding-bottom: 10px;
	margin: 0px;
	}

.centerpic { text-align: center; }

.alert { color: red }

.downloadsize { font-size: small;
				text-decoration: none; }
				
.downloadtable { background: #e1e1e1;
                 width: 100%; }

H1, H2 {
	text-align: left;
}


A:Link	{
	color: black;
}

A:Visited, A:Active {
	color: black;
}

FORM {
	padding: 3px 10px 0px 0px;
	margin: 0px;
	}

TABLE {
	margin: 0px;
	}

.download {
	background-color: #EEEEFF;
	}

.content {
	z-index: 1;
	padding: 0px 0px 0px 20px;
    position: absolute;
    margin-left: 10px;
	top: 0px;
	left: 160px;
	right: 10px;
}
   

.content A:Link, A:Visited, A:Hover {color: blue}
.content A:Hover { text-decoration: underline; }

.content TH {	}

.content H1 {
	font-size: 24px;
	margin: 0px;
	text-align: center;
	}

.content H2 {
	font-size: 20px;
	margin: 0px;
	text-align: center;
	}

.content H3 {
	font-size: 16px;
	margin: 0px;
	padding-top: 18px;
	}

.content H4 {
	font-size: 13px;
	margin: 0px;
	}

.content UL {
        padding-top: 10px;
        }

.content DL {
	margin: 0px
	}

.content DT {
	display: run-in;
	font-size: 12px;
	}

.content DD {
	margin-left: 20px;
	padding-bottom: 5px;
	}

.comment { color: #999999; font-style: italic; }
.pre { color: #000099; }
.string { color: #009900; }
.char { color: #009900; }
.float { color: #996600; }
.int { color: #999900; }
.bool { color: #000000; font-weight: bold; }
.type { color: #FF6633; }
.flow { color: #FF0000; }
.keyword { color: #990000; }
.operator { color: #663300; font-weight: bold; }

.header H1 {
	padding: 20px 0px 20px 0px;
	margin-bottom: 10px;
	margin-left: -10px;
	font-weight: bold;
	font-size: xx-large; 
	text-align: center;
	background: #eaeaea;
	right: 5px;
	}

.leftmenu {
	font-weight: bold;
	line-height: 100%;
	padding: 8px 8px 8px 20px;
	/* background: #3d9ebe; */
	background: #eaeaea;
	position: fixed;
	top: 60px;
	left: 5px;
	width: 150px;
	height: 100%;
}
	
.icon {
	position: fixed;
	top: 0px;
	left: 5px;
	background: #eaeaea;
	width: 150px;
	padding: 8px 8px 8px 20px;
}

.leftmenu A:Link, A:Visited
{
	color: black;
}

.leftmenu A:Hover
{
	color: #2222FF;
}

.leftmenu DL {
	padding-bottom: 1em;
	}

.leftmenu DT {
	font-weight: bold;
	line-height: 100%;
	padding-top: 8px;
	padding-bottom: 0;
	}

.leftmenu DD {
	font-weight: normal;
	line-height: 95%;
	padding: 3px 5px 2px 10px;
	margin: 0;
	}

.leftmenu LI {
	font-size: 13px;
	font-weight: normal;
	line-height: 95%;
	padding: 3px 5px 2px 10px;
	margin: 0;
	}

.required {
	color: #cc0000;
	}

.footer, .footer A:Link, .footer A:Visited {
	font-size: 11px;
	line-height: 130%;
	color: gray;
	}

.footer A:Hover {
	background-color: white;
	color: black;
	}

UL {
	margin-top: 0px;
	margin-left: 20px;
	}

LI {
	margin: 0px 0px 3px 0px;
	}

IMG.inparagraph
 {
  float: right;
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

img { border: none; }
.inparagraph2 {
  float: left;
  margin-top: 0.7em;
  margin-left: 0em;
  margin-bottom: 0em;
  margin-right: 1em;
}

.unioncomment {
	background-color: yellow;
	color: black;
	font-weight: normal;
	font-size: 11px;
	line-height: 100%;
	padding: 2px;
	border-color: black;
	border-style: solid;
	border-width: 0px 2px 3px 0px;
	}

.unioncomment A:Link, .unioncomment A:Visited { color: red }

/* Do not print the menus */
@media print
{
	.leftmenu, .toplink, .downlink, .icon
	{
		display: none;
	}
	.content { left: 10px; }
}

