form {
	margin:0px;
	padding:0px;
	}

img {
	border:0px;
	}

a {
	text-decoration:none;
	color:#37A0D1;
	}

a:visited {
	text-decoration:none;
	color:#0074AB;
	}

a:hover {
	text-decoration:underline;
	}

object  {
	display:block;
	}
	
.textonly {
	display: none;
}

.red {
	border: solid 1px red;
}

.left {
	float: left;
}

.right {
	float: right;
}