/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License
 * (http://www.opensource.org/licenses/lgpl-license.php)
 *
 * For further information go to http://www.fredck.com/FCKeditor/ 
 * or contact fckeditor@fredck.com.
 *
 * fck_editorarea.css: Styles used in the editor area. The final user
 *   should customize it for his web site needs.
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */

body
{
	font-size: 12px;
	font-family: Arial;
}

/* To avoid automatic paragraphs spaces: */

P, UL, OL { margin-top: 0px; margin-bottom: 0px; }


.MainHeader
{
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
}

.BlueTitle
{
	font-weight: bold;
	text-transform: capitalize;
	color: #0099cc;
}

.BlokOpZwart {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px; 
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #000000;
}

h1{
   font-variant: small-caps;
   font-size: 15pt;
}
