/* Text Styles */
hr { color:#00529B; }
a:link {color:#00529B; text-decoration:underline}
a:visited {color:#00529B; text-decoration:underline}
a:hover {color:#ED1C2E; text-decoration:Underline}
a:active {color:#ED1C2E; text-decoration:underline}
body, table /* Normal */
{
 font-size: 95%;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #242424;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 0.89em;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-family: 'Courier New';
 color: #000000;
}
span.f_FAQ_Q /* FAQ_Q */
{
 font-weight: bold;
 color: #00349b;
}
span.f_Heading_l1 /* Heading_l1 */
{
 font-size: 1.33em;
 font-weight: bold;
 color: #00349b;
}
span.f_Heading_l2 /* Heading_l2 */
{
 font-size: 1.11em;
 font-weight: bold;
 color: #00349b;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 1.56em;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 0.89em;
 font-weight: bold;
}
span.f_Normal2 /* Normal2 */
{
 font-size: 0.89em;
}
span.f_Normal2_bullet /* Normal2_bullet */
{
 font-size: 0.89em;
}
span.f_Notes /* Notes */
{
}
span.f_SubTitle /* SubTitle */
{
 font-size: 0.89em;
 color: #999999;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 9px 0px 9px 5px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_FAQ_Q /* FAQ_Q */
{
 text-indent: -21px;
 margin: 14px 0px 9px 26px;
}
.p_Heading_l1 /* Heading_l1 */
{
 margin: 19px 0px 10px 5px;
}
.p_Heading_l2 /* Heading_l2 */
{
 margin: 14px 0px 10px 5px;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Normal2 /* Normal2 */
{
 margin: 14px 0px 14px 24px;
}
.p_Normal2_bullet /* Normal2_bullet */
{
 margin: 8px 0px 8px 24px;
}
.p_Notes /* Notes */
{
}
.p_SubTitle /* SubTitle */
{
}
