/*
==========================================================
(c) Capsis B.V.

Capsis B.V.
Herengracht 66
1015 BR  Amsterdam
The Netherlands
www.capsis.nl

Global styles

==========================================================
*/
html {
	overflow: -moz-scrollbars-vertical !important;
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	background-color: #E5E8EA;
	display: block;
}

p {
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}

div {
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}

span {
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}

input {
	color: #005275;
	font-size: 11px;
}

ul {
	margin-left: 16px;
	padding-left: 0px;
}

li {
	margin-left: 0px;
	padding-left: 0px;
}

table {
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	padding: 4px;
	margin-bottom: 8px;
}

tr {
	height: 30px;
}

td {
	border: #87C8E4 solid 1px;
	padding: 10px;
	color: #000000;
	background-color: #F3F9FC;
}

td.title {
	font-weight: bold;
}

table.clear {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

table.clear tr {
	height: 14px;
}

table.clear td {
	border: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
}

h1 {
	font-size: 16px;
	color: #9BC62B;
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 6px;
}

h2 {
	font-size: 13px;
	color: #9BC62B;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
}

h3 {
	font-size: 14px;
	color: #009DDE;
	font-family: tahoma, arial, sans-serif;
	font-weight: 200;
	line-height: 18px;
	padding: 0px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 6px;
}

h3.nospace {
	font-size: 14px;
	color: #009DDE;
	font-family: tahoma, arial, sans-serif;
	font-weight: 200;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	vertical-align: middle;
}

h4 {
	font-size: 11px;
	color: #009DDE;
	font-family: tahoma, arial, sans-serif;
	line-height: 13px;
	vertical-align: middle;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 4px;
}

img {
	border: 0px;
}

/* Normal hyperlinks */
a {
	color: #009DDE;
	text-decoration: none
}

a:link {
	color: #009DDE;
	text-decoration: none
}

a:visited {
	color: #009DDE;
	text-decoration: none
}

a:active {
	color: #009DDE;
	text-decoration: none
}

a:hover {
	color: #009DDE;
	text-decoration: underline
}

/* Inline hyperlinks */
a.inline {
	color: #008BC5;
	text-decoration: underline
}

a.inline:link {
	color: #008BC5;
	text-decoration: underline
}

a.inline:visited {
	color: #008BC5;
	text-decoration: underline
}

a.inline:active {
	color: #008BC5;
	text-decoration: underline
}

a.inline:hover {
	color: #008BC5;
	text-decoration: underline
}

/* Buttons */
a.button {
	color: #FFFFFF;
	text-decoration: none
}

a.button:link {
	color: #FFFFFF;
	text-decoration: none
}

a.button:visited {
	color: #FFFFFF;
	text-decoration: none
}

a.button:active {
	color: #FFFFFF;
	text-decoration: none
}

a.button:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Text on arrowtip */
a.tiptext-white {
	color: #FFFFFF;
	text-decoration: none
}

a.tiptext-white:link {
	color: #FFFFFF;
	text-decoration: none
}

a.tiptext-white:visited {
	color: #FFFFFF;
	text-decoration: none
}

a.tiptext-white:active {
	color: #FFFFFF;
	text-decoration: none
}

a.tiptext-white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Disclaimer */
a.disclaimer {
	color: #6F7A89;
}

a.disclaimer:link {
	color: #6F7A89;
}

a.disclaimer:visited {
	color: #6F7A89;
}

a.disclaimer:active {
	color: #6F7A89;
}

a.disclaimer:hover {
	color: #6F7A89;
	text-decoration: underline
}

/* Global use */
div.vspacer4 {
	height: 4px;
	width: 1px;
	overflow: hidden;
}

div.vspacer8 {
	height: 8px;
	width: 1px;
	overflow: hidden;
}

div.hspacer4 {
	height: 1px;
	width: 4px;
	float: left;
	overflow: hidden;
}

div.hspacer8 {
	height: 1px;
	width: 8px;
	float: left;
	overflow: hidden;
}

div.tip-white {
	background-image: url(images/ico-arrow-right-active.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 10px;
	overflow: hidden;
}

div.tip-white-right {
	background-image: url(images/ico-arrow-right-active.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	float: right;
	height: 16px;
	margin-top: 2px;
	overflow: hidden;
}

div.tip-white-right-title {
	font-size: 14px;
	font-weight: 100;
	float: left;
	padding-bottom: 16px;
	height: 28px;
	width: 130px;
}

div.tip-white-right-text {
	padding-left: 16px;
	padding-right: 16px;
	float: left;
	width: 150px;
}

div.tip-blue {
	background-image: url(images/ico-arrow-right.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 10px;
	overflow: hidden;
}

div.tip-blue-right {
	background-image: url(images/ico-arrow-right.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	float: right;
	height: 16px;
	margin-top: 2px;
}

div.tip-blue-right-title {
	font-size: 14px;
	font-weight: 100;
	float: left;
	padding-bottom: 16px;
	width: 133px;
	height: 28px;
}

div.tip-blue-right-text {
	padding-left: 16px;
	padding-right: 16px;
	float: left;
	width: 150px;
}

/* Buttons*/
div.buttonright_submenu {
	margin-right: 22px;
}

div.buttonright_submitform {
	float: right;
	padding-right: 14px;
}

div.buttonright_contactform {
	float: right;
	padding-right: 95px;
}

div.buttonright_nomargin {
	float: right;
	padding-right: 0px;
	margin-right: 0px;
}

div.button {
	width: 16px;
	float: left;
	height: 17px;
}

img.button {
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 17px;
}

div.button_l {
	background-image: url(images/btn-action-lr.gif);
	background-repeat: no-repeat;
	width: 1px;
	float: left;
	height: 17px;
	overflow: hidden;
}

div.button_r {
	background-image: url(images/btn-action-lr.gif);
	background-repeat: no-repeat;
	width: 1px;
	float: left;
	height: 17px;
	margin-right: 10px;
	overflow: hidden;
}

div.button_r_notext {
	background-image: url(images/btn-action-lr.gif);
	background-repeat: no-repeat;
	width: 1px;
	float: left;
	height: 17px;
	margin-right: 0px;
	overflow: hidden;
}

div.button_fill {
	background-image: url(images/btn-action-fill.gif);
	background-repeat: repeat-x;
	width: auto;
	float: left;
	height: 17px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
}

/* Content */
.content {
	margin: 16px 0px 0px 16px;
	color: black;
	z-index: 9;
}

.contentmiddle {
	margin: 16px 16px 16px 16px;
	color: black;
	z-index: 9;
	vertical-align: middle;
}

.special {
	color: #008BC5;
	vertical-align: middle;
}
