/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Boldtext /* Bold text */
{
 font-weight: bold;
}
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_Dialogboxcontrol /* Dialog box control */
{
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 18pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Listtext /* List text */
{
 font-size: 8pt;
 font-family: 'MS Sans Serif';
}
span.f_Notes /* Notes */
{
}
span.f_TextHeader /* Text Header */
{
 font-size: 11pt;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 3px 0px 3px 5px;
}
.p_Boldtext /* Bold text */
{
 margin: 0px 0px 0px 5px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 38px;
}
.p_Comment /* Comment */
{
}
.p_Dialogboxcontrol /* Dialog box control */
{
 text-indent: 10px;
 margin: 0px 0px 0px 0px;
}
.p_Heading1 /* Heading1 */
{
 text-indent: 10px;
 margin: 3px 0px 3px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Listtext /* List text */
{
 text-indent: 29px;
 margin: 0px 0px 0px 0px;
}
.p_Notes /* Notes */
{
 margin: 0px 0px 0px 5px;
}
.p_TextHeader /* Text Header */
{
 margin: 0px 0px 0px 0px;
}

