/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */


.GrijzeTextBold {
	font-size: 12px;
	line-height: 15pt;
	font-weight: bold;
}
.GrijzeHoofdText {
	font-size: 14px;
	line-height: 20pt;
	font-weight: bold;
	text-align: center;
}

.OranjeText {
	font-size: 12px;
	line-height: 15pt;
	color: #FF8000;
	font-weight: normal;
}
.OranjeTextBold {
	font-size: 12px;
	line-height: 15pt;
	color: #FF8000;
	font-weight: bold;
}
.OranjeHoofdText {
	font-size: 14px;
	line-height: 20pt;
	color: #FF8000;
	font-weight: bold;
	text-align: center;
}

