/* Text Styles */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,latin-ext);

hr { color: #003b6a !important}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Roboto';
 font-style: normal;
 font-weight: normal;
 color: #003b6a !important;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: 300;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: 300;
}
span.f_Notes /* Notes */
{
}
span.f_Numberedlist /* Numbered list */
{
}
span.f_Tableheader /* Table header */
{
 font-weight: 300;
}
span.f_TableRowDark /* Table Row Dark */
{
}
span.f_TableRowLight /* Table Row Light */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: 300;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: bold;
 text-align: left;
 text-indent: 0px;
 padding: 5px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_Numberedlist /* Numbered list */
{
 text-indent: -24px;
 margin: 0px 0px 5px 24px;
}
.p_Tableheader /* Table header */
{
}
.p_TableRowDark /* Table Row Dark */
{
 margin: 0px 0px 3px 0px;
}
.p_TableRowLight /* Table Row Light */
{
 margin: 0px 0px 3px 0px;
}


#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border:1px solid #000000;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888;
}

#hmlightbox /* image lightbox */
{
  border: none;
  padding: 8px;
  background: #FFF;
  font-size: 110%;
  font-weight: bold;
  color: #777;
  box-shadow: 5px 5px 5px #888;
}

a.dropdown-toggle /* dropdown toggle caption */
{
  cursor: pointer;
}
a.inline-toggle /* inline toggle caption */
{
  cursor: pointer;
}
img.dropdown-toggle-icon /* toggle icon */
{
  cursor: pointer;
}
body table:nth-child(2) > tbody > tr > td {
	padding: 20px !important;
}
body > table > tbody > tr > td {
	padding: 20px;
}
body > table:nth-child(1) > tbody > tr > td:nth-child(1) > h1 > span {
	font-family: Roboto,sans-serif;
	font-weight: 300;
	line-height: 1.1;
	color: #003b6a;
	margin-bottom: 30px;
	font-size: 24px;
}


#hmheadbox {
	left: 0;
	top: 0;
	border: 0;
	height: 70px;
z-index: 1000;
background: #f8f8f8;
border-bottom: 1px solid #d5dde4;
}
#hmheadbox > p {
	color: transparent;
	display: inline-block;
	width: 280px;
	height: 27px;
	margin-top: 20px;
	margin-left: 40px;
	/*background: url(http://axence.net/wp-content/uploads/2014/03/axence_account_logo.png) no-repeat 0 0;*/
}

#hmnavbox {
position: absolute;
left: 0;
width: 250px;
min-width: 50px;
top: 70px;
bottom: 0;
background: #fdfdfd;
border-right: 1px solid #e4e4e4;
}
	body {
		background: transparent !important;
	}
	#toc > li {
		margin-top: 8px !important;
	}
	#ul1 > li {
		margin-top: 5px !important;
	}



#hmcontentbox {
	position: absolute;
	top: 70px;
	right: 0px;
	bottom: 5px;
	left: 252px;
	border: 0;
}
	body > table:nth-child(1) {
		width: 100%;
		border: none;
		border-spacing: 0px;
		padding: 5px;
		background: #fff !important;
		border-bottom: 1px solid #dddddd !important;
	}



.heading1 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 10pt; color: #003b6a !important; text-decoration: none; }
       .heading2 { font-family: 'Roboto',Helvetica !important; font-weight: bold; font-size: 9pt; color: #003b6a !important; text-decoration: none; }
       .heading3 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 8pt; color: #003b6a !important; text-decoration: none; }
       .heading4 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 8pt; color: #003b6a !important; text-decoration: none; }
       .heading5 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 8pt; color: #003b6a !important; text-decoration: none; }
       .heading6 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 8pt; color: #003b6a !important; text-decoration: none; }

       .hilight1 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 10pt; color: #FFFFFF; background: #002682; text-decoration: none; }
       .hilight2 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 9pt; color: #FFFFFF; background: #002682; text-decoration: none; }
       .hilight3 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 8pt; color: #FFFFFF; background: #002682; text-decoration: none; }
       .hilight4 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 8pt; color: #FFFFFF; background: #002682; text-decoration: none; }
       .hilight5 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 8pt; color: #FFFFFF; background: #002682; text-decoration: none; }
       .hilight6 { font-family: 'Roboto',Helvetica !important; font-weight: normal; font-size: 8pt; color: #FFFFFF; background: #002682; text-decoration: none; }