html {
  height														: 100%;
  border														: none;
}
			
body {
		height														: 100%;
  margin														: 0;
  padding													: 0;
}

.maintable {
		height														: 100%; 
		width															:	100%; 
		text-align										: left;
		border														:	1px;	
}

.fullheight {
		height														:	100%;
}

form {
	 margin          				: 0px;
}


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

.txt {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #858585;
	text-decoration: none;
}

.email {
  font-family       : Tahoma;
  font-size         : 12px;
  color             : #858585;
		text-decoration 		: underline;
}
.email:hover {
  color             : #FF3399;
		text-decoration 		: underline;
}


.copyright {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}



.baracci {
  font-family       : Tahoma;
  font-size         : 10px;
  color             : #999999;
		text-decoration 		: none;
}
.baracci:hover {
  color             : #FF6600;
		text-decoration 		: underline;
}