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

.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: "Verdana";
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.location {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------- */


.links {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.links:hover {
  color             : #ff0000;
  text-decoration 	: underline;
}

.copyrights {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
