BODY
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    background-color: white;
    color: black;
}
INPUT, SELECT
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: black;
}
TABLE
{
    font-size: 100%;
}
FORM
{
    margin: 0px;
    padding: 0px;
}
A
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-decoration: none;
    color: rgb(0,0,126);
}
A:HOVER
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-decoration: underline;
    color: red;
}
.Emphasis
{
    font-weight: bold;
}
TABLE.LinedTable
{
    width: 100%;
    border-collapse: collapse;
    border-top: solid 2px silver;
    border-bottom: solid 2px silver;
    margin-top: 10px;
    margin-bottom: 10px;
}
TABLE.LinedTable TD
{
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 3px;
}
TABLE.LinedTable TD.NoLines
{
    border-top: 0px;
    border-bottom: 0px;
    padding: 3px;
}
TABLE.LinedTable TD.DataLabelNoLines
{
    padding-left: 16px;
    background-image: url(images/pijltje_rechts.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    
    border-bottom: 0px;
}
.DataLabel, .DataHeader
{
    color: black;
}
.DataText, .DataNumber
{
    color: navy;
}
TABLE.LinedTable TD.DataNumber
{
    text-align: right;
}
TABLE.LinedTable TD.DataLabel
{
    padding-left: 16px;
    background-image: url(images/pijltje_rechts.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
}
UL.DataList
{
    padding: 0px;
    padding-left: 0px;
}
UL.DataList LI
{
    padding: 0px;
    margin: 3px 0px;
    list-style: none;
    padding-left: 16px;
    background-image: url(/images/pijltje_rechts.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
}
H2
{
    border-top-style: none;
    border-left-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-top-width: 0;
    border-left-width: 2px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-color: rgb(69,131,101);
    color: rgb(69,131,101);
    font-size: 17px;
    font-weight: normal;
    padding-left: 5px;
    margin-bottom: 3px;
}
H3
{
    color: navy;
    font-size: 13px;
    font-weight: bold;
    padding-left: 3px;
    margin: 2px;
}
H4
{
    color: rgb(69,131,101);
    font-size: 18px;
    font-weight: bold;
}
.LeftBar
{
    background-color: rgb(225,225,225);
}
DIV.ArticleSource
{	
    margin-bottom: 10px;
    font-size: 11px;
    font-style: italic;
}

DIV.ArticleHeader
{
    margin-bottom: 10px;
    font-size: 14px;
}
DIV.ArticleDate
{
    margin-top: 20px;
    font-size: 10px;
}
TABLE.LinedTable TD.ColumnHeaderOrdered
{
	background-image: url(images/pijltje_onder.gif);
	background-position: right;
	background-repeat: no-repeat;
}
TABLE.LinedTable TD.ColumnHeaderOrderedReverse
{
	background-image: url(images/pijltje_boven.gif);
	background-position: right;
	background-repeat: no-repeat;
}
