/* Text Styles */
hr { color: #000000}
body, table /* Normal */
{
 font-size: 11px;
 font-family: Verdana, Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14px;
 font-family: 'Verdana';
 font-weight: bold;
 color: #292e7f;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 12px;
 font-family: 'Verdana';
 font-weight: bold;
 color: #292e7f;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 11px;
 font-family: 'Verdana';
 font-weight: bold;
 color: #292e7f;
}
span.f_Heading4 /* Heading4 */
{
 font-family: 'Verdana';
 font-weight: bold;
 color: #292e7f;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 color: #000000;
}
span.f_Indented /* Indented */
{
}
span.f_Link /* Link */
{
 color: #516176;
 text-decoration: underline;
}
span.f_Notes /* Notes */
{
 background-color: #e5ebef;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 12px 0px;
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 line-height: 1.0;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Example /* Example */
{
 text-align: center;
 line-height: 1.0;
 border-color: #e5ebef;
 border-style: solid;
 border-width: 6px;
 background: #e5ebef;
 padding: 2px 2px 2px 2px;
 margin: -2px -2px 17px -2px;
}
.p_Heading1 /* Heading1 */
{
 margin: 19px 0px 12px 0px;
}
.p_Heading2 /* Heading2 */
{
 margin: 19px 0px 12px 0px;
}
.p_Heading3 /* Heading3 */
{
 margin: 19px 0px 12px 48px;
}
.p_Heading4 /* Heading4 */
{
 margin: 10px 0px 12px 0px;
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
 margin: 0px 0px 19px 0px;
}
.p_Indented /* Indented */
{
 margin: 0px 0px 12px 15px;
}
.p_Link /* Link */
{
}
.p_Notes /* Notes */
{
 line-height: 1.3;
 border-color: #e5ebef;
 border-style: solid;
 border-width: 6px;
 background: #e5ebef;
 padding: 2px 2px 2px 2px;
 margin: -2px -2px 17px -2px;
}
A {
 color: #205092;
 text-decoration: underline;
}
A:hover {
 color: #0080F4;
 text-decoration: underline;
}
.idxtable A, .toc A, .idxkeyword A,.idxkeyword2 A, .idxlink A {
 color: #000000;
 text-decoration: none;
}
.idxtable A:hover, .toc A:hover, .idxkeyword A:hover, .idxkeyword2.A:hover, .idxlink A:hover {
 color: #000000;
 text-decoration: underline;
}
A.weblink:hover {
 color: #0080F4;
 text-decoration: underline;
}
INPUT, SELECT {
 font-family: Verdana, Arial;
 font-size: 11px;
}


