/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 14px;
 font-family: 'Tahoma';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BoldCentr /* BoldCentr */
{
 font-weight: bold;
 color: #800000;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14px;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading3 /* Heading3 */
{
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 20px;
 padding: 0px 0px 5px 0px;
 margin: 0px 0px 0px 0px;
 font-size: 15px;
}
.p_BoldCentr /* BoldCentr */
{
 text-align: center;
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 text-indent: 0px;
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 text-indent: 0px;
}
.p_Heading3 /* Heading3 */
{
 text-align: center;
 text-indent: 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_Centr /* Centr */
{
 text-align: center;
 text-indent: 0px;
}
span.f_NewStyle /* New Style */
{
 font-weight: bold;
 color: #993300;
}
.exampleTitle {border: 1px solid black;border-bottom: none;padding: 4px;display: inline;background: #FFEEBF;font-weight: bold;}
.example {border:dashed 1px #634F36;background: #FFFFf5;padding: 7px;text-align: justify}