/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 100.01%;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 82%;
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_Comment /* Comment */
{
 font-style: italic;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 145%;
 font-weight: bold;
 color: #000080;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 127%;
 color: #000040;
}
span.f_Heading3 /* Heading3 */
{
 font-style: italic;
 color: #000040;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 73%;
 font-weight: bold;
}
span.f_Keywords /* Keywords */
{
 font-size: 91%;
 font-style: italic;
}
span.f_Notes /* Notes */
{
 font-style: italic;
}
span.f_Notes_Heading /* Notes_Heading */
{
 font-style: italic;
 font-weight: bold;
 color: #0000ff;
}
span.f_Toggle /* Toggle */
{
 font-style: italic;
 color: #3366ff;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
}
.p_Heading2 /* Heading2 */
{
}
.p_Heading3 /* Heading3 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Keywords /* Keywords */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 padding: 4px 4px 4px 4px;
 margin: 15px -4px -4px -4px;
}
.p_Notes /* Notes */
{
 background: #ffff99;
}
.p_Notes_Heading /* Notes_Heading */
{
}
.p_Toggle /* Toggle */
{
}

