body, p, td
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
  margin: 0px;
}

ul, ol, blockquote
{
  margin: 0px 0px 0px 40px;
  padding: 0px;
}

ul
{
  list-style-type: square; //disc;
}

h1
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 20pt;
  font-weight: normal;
  color: #b0c4cb;
  margin: 0px;
}

h2
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18pt;
  font-weight: normal;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

h3
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14pt;
  font-weight: normal;
  color: #000000;
  margin: 0px;
}

h4
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: normal;
  color: #ff6633; //b0c4cb;
  margin: 0px;
}

pre
{
  margin: 0px;
}

a:link,a:active,a:visited { font-weight: bold; color: #000000; text-decoration: none }
a:hover{text-decoration:none;color:#666666;}


.menu td a
{
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}

.menu td a:hover
{
  color: #666666;
  text-decoration: none;
}
fieldset
     { padding: 5px; }
legend
     { color: #666; }
label
	 { color: #666; width: 125px; float: left; vertical-align: top }
#t1, #t2
{
border:2px inset rgb(255,51,51);
width: 130px;
background:rgb(255,185,185);
}	
	
#t3, #t4, #t5, #t6
     { background: d9d9d9; width: 200px; border: inset 1px #ccc }
#t5	{
	height:80px;
	overflow:auto;	
    }
#submit
	 { background: #a0a0a4; width: 150px; border: outset 2px #ccc }


