body {
  margin: 0;
  padding: 0;
  background: #ffffff; 
}

#lcontainer {
  width: 1200px;
  background-color: #ffffff; 
  text-align: left; 
  margin: 0 auto;
  padding-left: 5px;
  font-family: Arial; font-size: 13px; font-style: normal; font-weight: none; color: #000000; text-decoration: none;
  /* border: 1px solid grey; */
}

#dcontainer {
  width: 1200px;
  background-color: #ffffff; 
  text-align: left; 
  margin: 0 auto;
  padding-left: 5px;
  font-family: Arial; font-size: 13px; font-style: normal; font-weight: none; color: #000000; text-decoration: none;
  /* border: 1px solid grey; */
}

img
{
  display: block; 
  border: 0;
}

table.t_login
{
  border-collapse: collapse;
/*
  margin: 0 auto;
  width: 640px;
*/
}
table.t_login td
{
/*  border: 1px solid #dddddd; */
  padding: 4px 10px 4px 0px;
  /* vertical-align: top; */
}


table.t_menu
{
  border-collapse: collapse;
  background-color: #cccccc; 
}
table.t_menu td
{
  padding: 0px 0px 0px 0px;
  /* vertical-align: top; */
}


table.t_work
{
  border-collapse: collapse;
/*
  margin: 0 auto;
  width: 640px;
*/
}
table.t_work td
{
/*  border: 1px solid #dddddd; */
  padding: 2px 2px 2px 2px;
/*  vertical-align: top; */
}



table.t_data
{
  border-collapse: collapse;
}
table.t_data th
{
  border: 1px solid #ffffff; 
  padding: 2px 4px 2px 4px;  /* top right bottom left */
  background-color: #dddddd; 
}
table.t_data td
{
  border: 1px solid #ffffff; 
  padding: 2px 4px 2px 4px;  /* top right bottom left */
}



.Title { font-family: Arial;  font-size: 18px; font-style: normal; font-weight: none; color: #000000; text-decoration: none; }
.Text  { font-family: Arial;  font-size: 13px; font-style: normal; font-weight: none; color: #000000; text-decoration: none; }
.Error { font-family: Arial;  font-size: 13px; font-style: normal; font-weight: bold; color: #990000; text-decoration: none; }
.E     { font-family: Arial;  font-size: 12px; font-style: normal; font-weight: none; color: #000000; text-decoration: none; }

.L2    { font-family: Arial; font-size: 13px; font-style: normal; font-weight: none; color: #000000; text-decoration: none; }
.L2:link    { color: #000000; }
.L2:hover   { color: #000000; text-decoration: underline;}
.L2:visited { color: #000000; }
.L2:active  { color: #000000; }
