/* ================================
    CSS STYLES
   ================================
*/



/*
	Style voor Text/HTML module definieren.

	De Text/HTML module gebruikt de .Normal class (dwz. die wordt gedefinieerd in
	de <span> rondom de content). (Text/HTML module is FreeTextBox).
 */
 
.containermaster_RightPaneGreen .Normal
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.containermaster_RightPaneGreen h1
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #97BD0E;
}

.containermaster_RightPaneGreen h2
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.containermaster_RightPaneGreen h3
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

/* Use green for the ruler. Werkt niet bij FireFox. */
.containermaster_RightPaneGreen HR
{
	color: #97BD0E;
	height:2px;
}

/* Links in blue, bold, no other decoration. */
.containermaster_RightPaneGreen A:link, .containermaster_RightPaneGreen A:visited
{
	text-decoration: none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003B59;
}

/* Links in blue, bold, with underline. */
.containermaster_RightPaneGreen A:hover
{
	text-decoration: underline;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003B59;
}