/*
 * Text classes
 */
body, table, tr, td {
	font: 70%/1.4em arial, "trebuchet ms",trebuchet,arial,verdana,sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4c4d4e;
}


.required {
  color: #c9252c;
  font-weight: bold;
  font-size: 14px;
}

.description {
	font-size: 10px;
}

.de_geus_rood {
  color: #c9252c;
}

.small_header {
	font-size: 14px;
	font-weight: bold;
	color: #c9252c;
}

.small_header_rood {
	font-size: 14px;
	font-weight: bold;
}

.big_header {
	font-size: 16px;
	font-weight: bold;
}

.big_header_rood {
	font-size: 16px;
	font-weight: bold;
	color: #c9252c;
}

a { color: #c9252c; text-decoration: none; font-weight: normal; }
a:active  {}
a:visited {}
a:link    {}
a:hover   { color: #c9252c; text-decoration: underline; }

/*
 * Disables the double line break for P, UL, FORM and LI tags
 */
p, li, li, form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

div.block div.footer a { text-decoration: underline; }

div.menu div.header,
div.module div.header { color: #777; }
div.block div.header{ font-size:14px; font-weight:bold; color:#000000; }
div.block div.content { font-size:11px; }

