/* ================================
    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_ContentPaneBlue .Normal
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: White;
}

.containermaster_ContentPaneBlue h1
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #97BD0E;
	padding-top:14px;
}

.containermaster_ContentPaneBlue h2
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}

.containermaster_ContentPaneBlue h3
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: White;
}

/* Use green for the ruler. Werkt niet bij FireFox. */
.containermaster_ContentPaneBlue HR
{
	color: #97BD0E;
	height:2px;
}

/* Links in green, no other decoration. */
.containermaster_ContentPaneBlue A:link, .containermaster_ContentPaneBlue A:visited
{
	text-decoration: none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #97BD0E;
}

/* Links in green, with underline. */
.containermaster_ContentPaneBlue A:hover
{
	text-decoration: underline;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #97BD0E;
}