table
{
  border: 2px;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
button
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
  background-color: #F1F1F1;
	width: 118px;	
}
a:link, a:visited
{
	color: #404040;
	text-decoration: underline;
}
a:hover 
{
	color: #404040;
	text-decoration: none;
	font-weight:bold;
}
.input_submit
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
  background-color: #F1F1F1;
	width:75px;
}
.input_text
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #404040;
	width:150px
}
.clicked 
{
	color: #404040;
	text-decoration: none;
	font-weight:bold;
}
h1
{
   color:#000000;
   font-size:26px;
   font-family:Arial, Helvetica, sans-serif;
   line-height:10px;
   position:relative;
   letter-spacing:5;
}

