/* Text Styles */
hr { color: #2a65b1}
body, table /* Normal */
{
 font-size: 15px;
 font-family: 'Calibri';
 font-style: normal;
 font-weight: normal;
 color: #2a65b1;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 19px;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_Kop1 /* Kop 1 */
{
 font-size: 19px;
 font-weight: bold;
}
span.f_Kop2 /* Kop 2 */
{
 font-weight: bold;
}
span.f_Kop3 /* Kop 3 */
{
 font-weight: bold;
}
span.f_Notes /* Notes */
{
 color: #ff0000;
}
span.f_Tip /* Tip */
{
 font-style: italic;
}
/* 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_ImageCaption /* Image Caption */
{
}
.p_Kop1 /* Kop 1 */
{
}
.p_Kop2 /* Kop 2 */
{
 margin: 19px 0px 19px 0px;
}
.p_Kop3 /* Kop 3 */
{
 margin: 14px 0px 0px 0px;
}
.p_Notes /* Notes */
{
}
.p_Tip /* Tip */
{
 border-color: #4086c0;
 border-style: solid;
 border-width: 1px;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px -3px -3px;
}
