/* GENERAL PROPERTIES */

body
{
	font-family: Verdana, Arial;
	text-decoration: none;
	margin: 0px;
}

.error
{
   	color: red;
   	font-size: 10px;
   	font-weight: bold;
}

.format

{
	color: gray;
}

img
{
	border: none;
}

table
{
	font-family: Verdana, Arial;
	font-size: 12px;
	border: 0;
}

input.button
{
	width: 100px
}

.alignRight
{
	text-align: right;
}

.alignCenter
{
	text-align: center;
}

.alignRightTop
{
	text-align: right;
	vertical-align: top;
}

.screenFault
{
   	color: red;
   	font-size: 10px;
   	font-weight: bold;
   	text-align: center;
}

/* APPLICATION PROPERTIES */

/* colors */
.blank {
	background-color: #FAFBED;
}

.colorButtons {
	background-color: #CBD148;
}

.main {
	background-color: #EEF3DB;
	color: #003B7B;
	font-size: 10px;
	                  
}

.verplicht {
	color: #FF0000;
	vertical-align: top;
}
