/* Text Styles */
hr { color: #333333}
body, table, tr, th /* Normal */
{
 font-size: 13px;
 font-family: 'Verdana';
 font-style: normal;
 font-weight: normal;
 color: #333333;
 text-decoration: none;
}
span.f_Bold /* Bold */
{
 font-weight: bold;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 32px;
 font-family: 'Arial';
 font-weight: bold;
 color: #969696;
 letter-spacing: -3px;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 17px;
 font-family: 'Arial';
 font-weight: bold;
 letter-spacing: -1px;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_Title /* Title */
{
 font-size: 17px;
 font-family: 'Arial';
 font-weight: bold;
 letter-spacing: -1px;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Bold /* Bold */
{
}
.p_CodeExample /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 margin: 19px 0px 0px 0px;
}
.p_Heading2 /* Heading2 */
{
 line-height: 1.0;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_Title /* Title */
{
 line-height: 1.0;
}
