table {
	border-collapse: collapse;
	/*border:1px solid #687C98;*/
}
TABLE TD {
	font-family:'Century Gothic', 'Trebuchet MS', 'Verdana';	
	font-size:14px;
	color: #145675;

  padding: 0px;
}

form {
	display: inline;
	padding: 0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	}

input {
	width:153px;
	height:25px;
	font-size:10px;
	}


body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}


.link {
	text-decoration: none;
	cursor: pointer;
	font-family:'Century Gothic', 'Trebuchet MS', 'Verdana';	
	font-size:14px;
	color: #5e8c8c;
}
.link:hover {
	text-decoration: underline;
	cursor: pointer;
	font-family:'Century Gothic', 'Trebuchet MS', 'Verdana';	
	font-size:14px;
	color: #397a7a;
}

#main-table {
	
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  margin: auto;
  color: white;
  
}
	
