body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
	
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
}

td.Menu
{
	padding: 0px 0px 0px 0px;
}

td.Button a:hover
{
	color: #000000; /*#35BDB2;*/
	background-color: #82D0DB;
	line-height: 40px;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

td.ButtonOn
{
	color: #FFFFFF; /*#35BDB2;*/
	background-color: #82D0DB;
	text-align: center;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

td.Button, .Button a:link, .Button a:visited
{
	color: #000000;
	background-color: #C0E7ED;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}

a:link, a:visited
{
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline
}

a:active, a:hover
{ 
	color: #888888;
	text-decoration: underline;
}

td.Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 20px 10px 0px 36px;
	line-height: 22px;
}

td.Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding: 0px 10px 0px 36px;
}

td.VerhuurSpacer
{
	padding: 0px 0px 0px 28px;
}

td.VerhuurTitle
{
	padding: 2px 2px 2px 10px;
}

td.Footer
{
	font-size: 10px;
	color: #5E5E5E;
	letter-spacing: 0px;
	padding: 0px 0px 0px 36px;
}

.Footer a:link,.Footer  a:visited 
{
	font-weight:normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E5E5E;
}

.Footer a:active,.Footer a:hover 
{
	color: #5E5E5E;
	text-decoration: underline;
}

.FormElement
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	border: 1px solid #888888;
}

.Error
{
	color: red;
	font-weight: bold;
	/*padding : 0px 14px 0px 14px;*/
}

.FormError
{
	border: 2px dashed red;
}