@charset "UTF-8";
/* CSS Document */

/* contactUS.html */ 

/*  Title in Text for smaller screens displayed by Media Queries below V  */
.title {
	font-size: 1.70em;
/* font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	color: gray;
	line-height: 1.15em;
	display: none;
}
/* Title - graphic */
#mdlttl {}
#mdlttl {display: block;}
/* MEDIA QUERIES to respond to narrower screen widths and enable "text" title and remove "image" title */
/* display text titles on smaller screens */
@media (max-width: 480px) {
	#mdlttl {
		display: none;
	}
	.title {
		display: block;
	}		
}

table {
	border: 0px;
	margin: 40px auto;
}
td {
	height: 60px;
}
