body {
  	font-size: 9pt;
    	max-width: 200px;
  	background-color: #ffffff;
  	margin: 0px;
  	margin-left: 0px;
  	color: #000000;
  	font-weight: normal;
  	font-family: Helvetica Neue, Helvetica, Arial, Sans serif;
}


p {	margin-left: 0pt;	}


h3 {
  color: #131313;
  font-size: 11pt;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight:400;
}
ul, #sub {
  	list-style-image: url('bullet.gif');
	listStyleType: none;
	listStylePosition: inside;

}	

ol, ul, li {
  	margin: 0px;
  	margin-left: -12px;

}

a.method , a.method:active, a.method:hover, a.method:visited
{
    	font-size: 11pt;
	font-weight:400;
}


hr {
  color: #d9d9d9;
  border: 1px solid;
  background-color: #4e75b4;
  text-align: left;/*this will align it for IE*/
  margin: 0 auto 0 0;
  margin-bottom: 6pt;
  margin-top: 6pt;
}


a, a:visited, a:active, a:hover {
  	font-weight: bold;
  	font-size: 10pt;
  	color: #05a5f8;
  	text-decoration: underline;
}

a:active, a:hover {
  	color: #01519f;
}

