/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 13px;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16px;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_Leesmeerover /* Lees meer over */
{
}
span.f_Link /* Link */
{
 color: #333333;
 text-decoration: underline;
}
span.f_Notes /* Notes */
{
}
span.f_Praktisch /* Praktisch */
{
 font-style: italic;
}
span.f_Vraag /* Vraag */
{
 font-style: italic;
 font-weight: bold;
 color: #0560bd;
}
/* 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_Leesmeerover /* Lees meer over */
{
 margin: 5px 0px 5px 0px;
}
.p_Link /* Link */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
}
.p_Notes /* Notes */
{
}
.p_Praktisch /* Praktisch */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 background: #baab9a;
 padding: 4px 4px 4px 4px;
 margin: -4px -4px -4px 2px;
}
.p_Vraag /* Vraag */
{
 text-indent: 19px;
 margin: 5px 0px 0px 0px;
}
