html, body {
margin:0px;
padding:0px;
height:100%;
border:none;}

table#container {
height:100%;
width:100%;}

td#control {
text-align:center;
vertical-align:middle;
font-family:verdana,arial,sans-serif;}

table {
border-collapse:collapse;
margin:0 auto;}

table.content td {
border:1px solid rgb(0,0,0);
letter-spacing:1px;}

table.content td.topleft {
border-right-style:none;
text-align:left;}

table.content td.topright {
border-left-style:none;
vertical-align:bottom;
line-height:28px;
font-size:13px;}

td.bottom {
text-align:center;
padding:15px;
background-color:rgb(156,174,215);
color:rgb(0,0,0);
font-size:11px;}

input {
font-size:10px;
font-family:verdana,arial,sans-serif;}

input.btn {
cursor:pointer;
cursor:hand;
width:60px;
background-color:white;
color:black;}

input.data {
border:1px solid black;
width:105px;}

form {
margin-top:0px;
margin-bottom:0px;}

div.info {
text-align:center;
margin-bottom:5px;}

div.back {
text-align:center;
margin-top:15px;
font-size:10px;}

a:link{color:rgb(96,161,215);background-color:transparent;text-decoration:none;font-weight:bold;letter-spacing:1px;}
a:visited{color:rgb(96,161,215);background-color:transparent;text-decoration:none;font-weight:bold;letter-spacing:1px;}
a:active{color:rgb(96,161,215);background-color:transparent;text-decoration:none;font-weight:bold;letter-spacing:1px;}
a:hover{color:rgb(198,50,46);background-color:transparent;text-decoration:none;font-weight:bold;letter-spacing:1px;}
