body {
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	background-color: #fffff7;
	color: #838383;
}

h3 {
	font-size: 14px;
	color: #8CC63F;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 13px;
}

table {
	border-width: 0px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	font-size: 12px;
}

table.scel {
	padding: 0;
	margin: 0;
	width: 940px;
	table-layout: fixed;
	border-width: 0;
	vertical-align: top;
}
td.scel {
	overflow: hidden;
	padding-right: 15px;
	vertical-align: top;
	text-align: left;
}
td.scelsp {
	overflow: hidden;
	padding: 15px 15px 15px 0;
	vertical-align: top;
	text-align: left;
}
td.scelspb {
	overflow: hidden;
	padding: 0 15px 15px 0;
	vertical-align: top;
	text-align: left;
}
td.scelspt {
	overflow: hidden;
	padding: 15px 15px 0 0;
	vertical-align: top;
	text-align: left;
}
td.casestudy {
	color: #8CC63F;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 5pt;
}
.casesign {
	font-style: italic;
}

td.navistand {
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: 1px; 
	line-height: 15px;
	font-variant: small-caps;
	padding: 5px 0 5px 0;
	border-top: 1pt dotted #838383; 
	border-bottom: 1pt dotted #838383; 
}
td.navi_h {
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: 1px; 
	line-height: 15px;
	font-variant: small-caps;
	padding: 5px 0 0 0;
}
td.navi_i {
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1px; 
	line-height: 15px;
	font-variant: small-caps;
	padding: 0 0 5px 10px;
}
td.navi {
	font-weight: bolder;
	font-size: 11pt;
	letter-spacing: 1px; 
	line-height: 15px;
	font-variant: small-caps;
	padding: 4px 0 5px 0;
	border-bottom: 1pt dotted #838383; 
}

td.intro {
	font-size: 14pt;
	letter-spacing: 2px; 
	line-height: 32px;
	padding: 5px 0 5px 0;
	border-bottom: 1pt dotted #838383; 
}

td.secttitle {
	overflow: hidden;
	padding: 15px 15px 0 0;
	vertical-align: top;
	text-align: left;
	font-size: 18pt;
	letter-spacing: 3px; 
	line-height: 25px;
	font-variant: small-caps;
	color: #8CC63F;	
}

.errlogin {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #8CC63F;
}

td.underl {
	padding: 0 0 15px 0 ;
	border-bottom: 1pt dotted #838383; 
	text-align: left;
}

p.underl {
	padding: 0 0 15px 0 ;
	border-bottom: 1pt dotted #838383;
}

a {
	text-decoration: none;
	color: #8CC63F;
}
a.navi {
	color: #838383;
}
a.navi:hover {color: #8CC63F;}

hr.sep {
	color: #fffff7;
	border-bottom: 1pt dotted #838383;
}

.flag {
	position:relative;
	top: 2px;
	left: 5px;
}

ul {
	list-style-image: url(../img/bullet.gif);
	padding-left: 0.7em;
	margin-left: 0.7em;
}

ul.content {
	font-weight: bolder;
	font-size: 11pt;
	letter-spacing: 1px; 
	line-height: 15px;
	font-variant: small-caps;
	list-style-image: url(../img/arr.gif);
	padding-left: 0.7em;
	padding-bottom: 0;
  margin-left: 0.7em;
  margin-bottom: 0;
}

ul ul {
	list-style-image: url(../img/bullet2.gif);
	padding-left: 0.7em;
	margin-left: 0.7em;
}

a.content {color: #838383;}
a.content:hover {color: #8CC63F;}

ul.l {
	margin-top: 0px;
}

ul.last {
	margin-bottom:0px;
}

img.custlogo{
	margin: 0 15px 15px 0;
	float: left;
}

img.cmo {
	margin: 15px 0 15px 0;
	border: 0;
}

img.backdemo {
	border: 0px solid #838383;
}

sup{font-size: 12px;}

input.field {
	width: 240px;
}

input.submit {
	background-color: #8CC63F;
	color: #FFFFFF;
	border:2px solid #838383;
	font-size: 10px;
	width: 118px;
}

.ta_hidden {
	display: none;
	visibility: hidden;
	width: 2000px;
}

input.EditForm_valid {}

input.EditForm_invalid 
{
	background-image : url('./img/warning.png');
  background-repeat : no-repeat;
  background-position : right;
}
input.EditForm_required {
	background-image : url('./img/required.png');
  background-repeat : no-repeat;
  background-position : left;
}
/*
input.invalid_input
{
  background-image: url('http://www.tankbas.nl/images_tankbas/warning.png');
  background-repeat: no-repeat;
  background-position: right;
}
input.required_input
{
  background-image: url('http://www.tankbas.nl/images_tankbas/required.png');
  background-repeat: no-repeat;
  background-position: left;
}
input.valid_input
{
  background-image: none;
  background-repeat: no-repeat;
  background-position: right;
}
*/

			
