<!--
#faq_content
{
padding-top:5px;
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color:#aaaaaa;
}
/*h1, h2, h3
{ color: coral     ; }*/

#faq_content div.author
{
position: relative;
top: -40px;
}

#faq_content div.author p
{
text-align:left;
font-size:11pt;
font-weight:bold;
color:#4169E1;
white-space: nowrap;
}

#faq_content div.share 
{
direction:ltr;
white-space: nowrap;
font-size:10pt;
font-weight:bold;
color:#4169E1;
}

#faq_content div.share a
{

}

#faq_content div.author  div.share
{
float:right;
}


#faq_content h2, #faq_content h1  {
  font-weight: bold;
  font-size: 140%;
  border-style: solid;
  padding: 5px 0px;
}
#faq_content h2
{
	height:10%;
  border-width: 1px 0px;
	color: #FF7F50;
	background-color:transparent;
	margin-top: 30px;
}

#faq_content h3
{
	margin-top:30px;
  border-width: 1px 0px;
	color: #228b22;/*CornflowerBlue   ;RoyalBlue           ;*/
	background-color:white;
}

#faq_content h1
{
	color:#4169E1;
	background-color:transparent;
	text-align:center;
  border-width: 2px 0px;
	font-size: 160%;
	margin-bottom:10px;
}

#faq_links
{
padding-bottom:15px;
}
#faq_links a
{
	font-size:medium;
	color: #00008B;
	background-color:white;
}

#faq_links a:visited { color:#00008B;background-color:white;}
#faq_links a:hover   { color:#FF7F50;background-color:white;}
#faq_links a:active  { color:#800080;background-color:white;}


#faq_content p, #faq_content li
{
font-size:medium;
}
div.shift p
{
padding-right:145px;
}

div.shift2 p
{
padding-right:215px;
}


div.shift img , div.shift2 img
{
float:right;
}

#faq_content pre
{
	white-space: nowrap;
	margin-top:50px;
	font-family:Arial, sans-serif;
	font-size:90%;
	background:white url();
}

#faq_content pre  div.share
{
float:left;
}
-->