/* @group Reset */
body {
 margin: 0px;
 padding: 0px;
 background-color: #000000;
 line-height: 1.2;
 font-size: 10pt;
 font-family: Arial, Helvetica, Sans-Serif;
 color: #333333;
}

/*html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
br, input, button, textarea, h1, h2, h3, h4, h5, strong {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	vertical-align: baseline;
	background-color: black;
	color: #1f2126;
	line-height: 1.2;
	text-align: left;
}*/

a {
 padding:0px;
 margin:0px;
 line-height:1em;
}

a:link, a:visited {
	color: #99BB99;
}

a:hover, a:active {
	color: #eeeeee;
	text-decoration: none;
}

a img {
  border:0px;
  padding:0px;
  margin:0px;
}

a.leftnav {
  font-size: 1.4em;
  font-weight: bold;
  color: #99BB99;
  text-decoration: none;
}


#ul, ol {
#	list-style: none;
#}

abbr[title], acronym[title], span[title], strong[title] {
	border-bottom: thin dotted;
	cursor: help;
}

acronym:hover, abbr:hover {
	cursor: help;
}

/* @end */

/* @group Basics */

p {
  line-height: 130%;   
  text-align: left;
  color: white;
  margin-bottom: 6px;
  margin-top: 6px;
}

p.center {
  line-height: 130%;   
  text-align: center;
  margin-bottom: 6px;
  margin-top: 6px;
}

strong { 
  font-weight: bold;
}

h2 {
    padding:0px;
    margin:0px;
    color: #eeeeee;
    font-family:Arial,Verdana,sans-serif;
    background-color: #999999;
    font-size: 2.1em;
    font-weight:600;
    margin-bottom: .2em;    
}

h3 {
    font-family:Arial,Verdana,sans-serif;
    color: #eeeeee;
    background-color: #999999;
    font-size: 1.4em;
    border-bottom: 1px dotted #aaaa77;
    text-decoration: none;
    margin-top: .8em;
    margin-bottom: .5em;
} 

h4 {
    font-family:Arial,Verdana,sans-serif;
    color: #690;
    font-style: italic;
    text-decoration: none;
    font-size: .9em;
    font-weight:600;
    margin-top: 1.5em;
    margin-bottom: .5em;
}

h5,h6 {
    font-family:Arial,Verdana,sans-serif;
    color: #690;
    background-color: white;
    font-weight: normal;
    font-size: small;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: .7em;
    }

    /* tables in the documentation */

    table {
    }
    td, th{
    	padding: 2px;
    }


.caption {
  padding: 3px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: white;
  font-size: .8em;
  font-style: italic;
  text-align:right;
}

DIV.nav_info {
  color: #ffffff;
  font-size: .9em;
  text-align:center;
}

