/* Make sure the content is enclosed by the HLContent div */

@import url("FrontMatter.css");
@import url("Body.css");
@import url("BackMatter.css");

@import url("Links.css");



#HLContent:after
{
	content: ".";
	display: block;
	height: 0em;
	clear: both;
	visibility: hidden;
}

#HLContent
{
	_height: 1%;
        width: 580px;

	text-align: left;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	font-size: 12px;
	font-family: Georgia, Verdana, Times New Roman;
	vertical-align: middle;
}



/* Basic formatting rules */
#HLContent table
{
	border: 1px solid #000;
	border-collapse: collapse;
}

#HLContent td, #HLContent th
{
	vertical-align: top;
	border: 1px solid #888;
	padding: 0.5em;
}



#HLContent .Image
{
   float: left;
   margin: 0.5em 1em 0.5em 0em;
}

#HLContent a .Image
{
   float: none;
   display: inline;
   border: 0px;
   margin: 0px 6px 0px 6px;
}


#HLContent .Figure .Image
{
	float: none;
}

#HLContent .FigureCaption, #HLContent .FigureCredit
{
	font-size: smaller;
}


#HLContent ul, #HLContent ol
{
	margin-top: 0em;
	margin-left: 0em;
	clear: both;
	font-size: 12px;
	display: block;
        list-style-position: outside;
}

#HLContent li
{
	padding-bottom: 0 0 0.35em 5em;
	width: 100%;
	vertical-align: top;
	white-space: normal;
	text-justify: newspaper;
	list-style-position: outside;
	line-height: 18px;
}

#HLContent ol li
{
	white-space: normal;
	line-height: 18px;
}



#HLContent li img.Image
{/*
	vertical-align: text-top;
	margin-top: 0;
	float: none;
*/}



#HLContent .IndexSectionHeader, 
#HLContent .ListHeader
{
	margin: 0px auto;
}

#HLContent p
{
	line-height: 18px;
	white-space: normal;
}

#HLContent a, a:hover
{
	text-decoration: none;
	color: #333333;
}


#HLContent .Figure
{
	/*float: left;*/
	width:100%;
}




#HLContent h1
{
	font-size: 16px;
	margin-top: 0em;
	margin-bottom: 0.5em;
	clear: both;
}

#HLContent h2
{
	font-size: 14px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	clear: both;
}
	


#HLContent small
{
	font-size:smaller;
	text-transform:uppercase;
}

#HLContent sup
{
	vertical-align:super;
	font-size:smaller;
}

#HLContent sub
{
	vertical-align:super;
	font-size:smaller;
}

#HLContent .UseTreatmentSubGroup
{
	margin: 0.4em 0em;
}

#HLContent li.ListHeader
{
	font-style: italic;
}


#HLContent ul.parent
{
	margin-left: 15px;
}


element.style
{
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	/*float: left;*/
	margin-bottom:6pt;
	margin-left:0pt;
	margin-right:12pt;
	margin-top:6pt;
}





