.MXtext
{
  font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}


body
{
  font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

td
{
  font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

pre, tt 
{
  font-family: monospace; 
  font-size: 12px;
  color: maroon; 
  background-color: whitesmoke;
}

p, li
{
  text-align: justify;
}

ul, ol 
{
	margin-left: 2em;
	padding-left: 0;
}

ul.inside, ol.inside
{
  list-style-position: inside;
}

li
{
  margin-bottom: 10px;
}


h1	{
		font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
		font-size: large;
		font-weight: bold;
		margin-bottom: -0.4em;
	}
			
h2    	{
		font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: -0.4em;
	}
				
h3  {
		font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.35em;
		font-weight: bold;
	}

h4	{
		font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		font-style: italic;
	}

h5 	{
		font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		margin-bottom: .2em;
	}

p, ul, ol
{
  margin-top: .2em
}

ul ul, ol ul, ul ol, ol ol
{
  margin-top: 1em;
}

img.left-float
{
  margin-left: .5em;
  margin-right: .5em;
  float: left;
}

img.right-float
{
  margin-left: .5em;
  margin-right: .5em;
  float: right;
}

span.button
{
  white-space: nowrap;
}

span.shortcut
{
  background-color: whitesmoke;
  color: maroon;
}

p.center
{
  text-align: center;
}

p.left
{
  text-align: left;
}

p.right
{
  text-align: right;
}

table.header
{
  color: #4B55A0;
  background-color: #E4E7FE;
  font-style: italic;
  font-size: 12px;
  border-bottom: 1px solid #99A3EA;
}

div.footer 
{
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #316ac5;
  border-top: 1px solid #99A3EA;
  clear: both;
  padding: 3px;
}

div.main-body
{
  margin-left: 20px;
  margin-right: 20px;
}

div.reftip
{
  position: absolute;
  z-index: 1;
  padding: 8pt;
  visibility: hidden;
  border: 1px solid #000000;
  background: #ffffd0;
}

a.synParam
{
	color: #0040ff;
	text-decoration: none;
}

a.synParam:hover
{
	text-decoration: underline;
}

pre.syntax
{
  background: #dddddd;
  padding: 2pt,4pt;
  cursor: text;
}

pre.syntax
{
  color: #000000;
}

.lang, .ilang
{
	color: #0000ff;
	font: normal 7pt Arial, Helvetica, sans-serif;
}

table.paramselect
{
	width: 90%;
	background: #999999;
	margin-top: .6em;
	margin-bottom: .3em;
}

td.param
{ 
	padding: 4px 8px;
	background: #ffffff;
	vertical-align: top;
	font-size: 12px;
}

td.hparam
{ 
	padding: 4px 8px;
	background: #cccccc;
	text-align: left;
	font-size: 12px;
	vertical-align: bottom;
}

.style1 {font-size: 10px}
.style3 {font-size: 10px; font-weight: bold; }
