body
{
	font-size:70%;
	font-family: verdana, arial, helvetica;
	margin:0px;
}

h1
{
	font-size:140%;
}
h2,h4
{
	font-size:110%;
}
h3
{
	font-size:100%;
}


pre
{
	background-color:#CCCCCC;
	font-size:110%;
}
.codeexample
{
	background-color:#DDDDDD;
}
p
{
	margin-left:10px;
}

li
{
	margin-bottom:5px;
}

dd
{
	margin-left:40px;
	margin-top:5px;
	margin-bottom:15px;
}


dt
{
	font-style:italic;
}

.methodname, .structname, .enumname
{
	font-weight:bold;
}
.argname, .fieldname, .valuename, .evalue
{
	font-style:italic;
}
.txttable
{
	background-color:#888888;
    	font-size:100%;
}
.txttd
{
	vertical-align:top;
	padding: 5px;
	background-color:#FFFFFF;
}
.txtth
{
	background-color:#CCCCCC;
       	padding: 5px;
}
.docfooter, .docheader
{
	background-color:#18005D;
	color:#FFFFFF;
	font-size:80%;
	font-weight:bold;
}
.footerlink
{
	color:#FFFFFF;
}
.docmain
{
	color:#08002D;
	padding:20px;
   	font-size:70%;
}

.regnote
{
	font-weight:bold;
}
.invtable
{
     	font-size:100%;
	border:0px;
}