div.bottom
{
    position: absolute;
    margin-left: 0px;
    top: 90%;
    width: 100%;
    text-align: center;
    font-size: xx-small;
}

table.index
{
	 width: 100%;
	 height: 65;
	  border: 1;  
	 align: center;
	 cellpadding: 3; 
	 cellspacing: 0;
	 background-color:  #D9E7F2;
	 border-left-style:solid; 
	border-left-width:1px; 
	border-right-style:solid; 
	border-right-width:1px; 
	border-top-style:solid; 
	border-top-width:1px; 
	border-bottom-style:solid; 
	border-bottom-width:1px;
}

input.send
{
	font-size: 10pt;
	font-family: Arial;
	font-variant: normal;
	 text-transform: none; 
	color: blue;
	background-color: #cccccc; 
	text-indent:2px;
}

a.link
{
	ext-decoration: underline; font-size: 12px;
}

div.hr {
	border: 0;
  	width: 80%;
  	color: blue;
}