/* Text Styles */
hr { color: }
body, table /* Normal */
{
 font-size: 12pt;
 font-family: 'Trebuchet MS';
 font-style: normal;
 font-weight: normal;
 color: ;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 color: #000000;
}
span.f_commandkeys /* command keys */
{
 font-style: italic;
}
span.f_Comment /* Comment */
{
}
span.f_emphasis /* emphasis */
{
 text-decoration: underline;
}
span.f_GUIelement /* GUI element */
{
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 18pt;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 14pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 10px 0px 10px 0px;
}
.p_CodeExample /* Code Example */
{
 margin: 0px 0px 0px 0px;
}
.p_commandkeys /* command keys */
{
}
.p_Comment /* Comment */
{
}
.p_emphasis /* emphasis */
{
}
.p_GUIelement /* GUI element */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
}
.p_Heading3 /* Heading3 */
{
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
}
.p_Notes /* Notes */
{
}
