body {
  background-color: #ECECEC;
  text-align: center; 
}
.table.main  {
  width: 700px; 
  height: 700px; 
  border: 0
}
.table.detail{
  border-collapse: collapse; 
  margin: 2px;
}
td {
  font-family: arial;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  vertical-align: top;
  padding-left:1px;
  padding-right:6px;
}

.bodytext {
  font-family: arial;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  margin-left: 0px;
}
.headingtext {
  font-family: arial;
  font-size: 14px;
  color: #0066cc;
  font-weight: normal;	
}
.bodylink {
  font-family: arial;
  font-size: 14px;
  color: #009900;
  text-decoration: none;
}
.footer {
  font-family: arial;
  font-size: 12px;
  color: #009900;
  text-decoration: none;
}
.footerzonderlink {
 	font-family: arial;
 	font-size: 12px;
 	color: #999999;
 	text-decoration: none;
}
.columntext {
  font-family: arial;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.columntext-blue {
  font-family: arial;
  font-size: 14px;
  line-height: 1.5;
  color: #0066cc;
}
.columnheading {
	font-family: arial;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #0066cc;
}
.headerlink {
  font-family: arial;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}
.columnlink {
  font-family: arial;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
}
.headerlink:hover {
  text-decoration: underline;
}
.columnlink:hover {
	 text-decoration: underline;
}
.footer:hover {
	 text-decoration: underline;
}
.bodylink:hover {
	 text-decoration: underline;
}
.bodylink:visited {
 	color: #009900;
}
.small {
		font-size: 10px
}

div {
  background-color: white;
  font-family: arial;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
div.body            {width: 770px; margin: 0 auto; padding: 8px}
div.footer          {width: 770px; margin: 0 auto; padding: 8px}
div.main            {float: left; text-align: left; clear: left; height: 95%; }
div.login           {float: right; text-align: left }

div.message {
/*		float: left;  */
		text-align: center; 
		width: 770px;  
		font-family: arial;
		font-size: 14px;
		color: #D66500;
		font-weight: normal;	
}
div.tablemessage    {
		float: left; text-align: left; color: #FF8700;
}
div.admin {
		float: right; 
		width: 100% ;
		font-size: 6px;
		text-align: right;  
		background-color: #ECECEC;
}
div.session_account {
  float: right; 
  background-color: white;
}
div.menu            {
  float: left; 
  background-color: #c3d9ff;
}
div.submenu         {
  float: left; 
  background-color: white; 
  width: 100%
}
div.browserbar      {
  float: auto;
}

form { 
  margin-top: 0pt; 
  margin-bottom: 0pt;  
  display: inline
}
