/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Abstract /* Abstract */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_AbstractAuthor /* Abstract Author */
{
 font-size: 8pt;
 font-weight: bold;
 color: #808080;
}
span.f_Author /* Author */
{
 font-weight: bold;
 color: #808080;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-style: italic;
}
span.f_ImageCaptionEmphasis /* Image Caption Emphasis */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Motto /* Motto */
{
 font-style: italic;
}
span.f_MottoAuthor /* Motto Author */
{
 font-size: 9pt;
}
span.f_Notes /* Notes */
{
}
span.f_Part /* Part */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Quote /* Quote */
{
 font-style: italic;
}
span.f_Section /* Section */
{
 font-size: 11pt;
 font-weight: bold;
 color: #808000;
}
span.f_Smaller /* Smaller */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Subsection /* Subsection */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Subsubsection /* Subsubsection */
{
 font-style: italic;
 font-weight: bold;
 color: #003366;
}
span.f_Vaata /* Vaata */
{
 font-weight: bold;
 color: #008000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 19px;
}
.p_Abstract /* Abstract */
{
 text-align: right;
 margin: 0px 0px 0px 38px;
}
.p_AbstractAuthor /* Abstract Author */
{
 text-align: right;
}
.p_Author /* Author */
{
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaptionEmphasis /* Image Caption Emphasis */
{
 text-align: center;
 margin: 0px 0px 0px 0px;
}
.p_Motto /* Motto */
{
 text-align: right;
}
.p_MottoAuthor /* Motto Author */
{
 text-align: right;
}
.p_Notes /* Notes */
{
}
.p_Part /* Part */
{
}
.p_Quote /* Quote */
{
}
.p_Section /* Section */
{
}
.p_Subsection /* Subsection */
{
}
.p_Subsubsection /* Subsubsection */
{
}
