/* 
The simple form contains a table with two columns; in the left column are the labels,
and in the right are the entry controls. The last row contains the Submit button.
*/
div.vu-header-main
{
  font-family: "Verdana";
  color: #485FA3;
  font-weight: bold;
  font-size: large; 
  margin-top:20;
  margin-bottom:15
}
div.vu-header-submain
{
  font-family: "Verdana";
  color: #485FA3;
  font-weight: bold;
  font-size: medium;
  margin-top:20;
  margin-bottom:15
}
div.vu-text-normal
{
  font-family: "Verdana";
  font-size: x-small;
  margin-top:10
}
div.form-container-normal
{
	text-align: center;
	margin-top:20
}
table.form-container-normal
{
  border-collapse: collapse;
  border: medium dashed #CCD6E5;
  text-align: center;
  width: 80%
}
table.simple-form
{
  border-collapse: collapse;
  width: 100%
}
td.simple-form-label 
{
  font-family: Verdana; 
  font-size: x-small;
  width: 50%; 
  text-align: right;
  padding: 3
}
td.simple-form-footnote 
{
  font-family: Verdana; 
  font-size: xx-small;
  text-align: left;
  padding: 3
}
td.simple-form-entry 
{
  font-family: Verdana; 
  font-size: x-small;
  width: 50%; 
  text-align: left;
  padding: 3
}
td#submit-button-cell
{
  text-align: center
}
p.message
{
  color: #0000FF; 
  font-family: Verdana;
  font-size: medium;
  text-align: center
}
p.normal
{
  margin-top: 0; 
  margin-bottom: 0
}
input.simple-text
{
  background-color: #CCD6E5; 
  font-family: Verdana; 
  font-size: x-small
}
select.simple
{
  background-color: #CCD6E5; 
  font-family: Verdana; 
  font-size: x-small
}
.gdhost {font : bold 11px/13px Arial, Verdana, Geneva, Helvetica, sans-serif; color: #000000}
.gdhost a{color: #4861A4; TEXT-DECORATION: underline}
.gdhost a:hover{color: #4861A4; TEXT-DECORATION: none}

.bodytext11 {font : 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif; margin-left:0px; margin-right:0px;}
.bodytext11 a{color: #000099;}