/* No Two The Same.com */

body{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #363C43;
}
td {
	border-bottom: solid #CCCCCC 1px;
}
td table td{
	border-bottom: none;
	}
p, td, th{
	font-size: 0.75em;
}
td p{
	font-size: 1em;
}
td td p{
	font-size: 1.325em;
}
/*table table{
	font-size: 1.05em;
	}*/
#tableHeader {
	background: #C3CFDC;/* dark blue #516C74; snowflake blue #2eb6d7; */
	vertical-align:middle;
	
	height:100px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#tableHeader img{
	float:left;
	border:none;
	margin:0;
}
#footer{
	margin:0 0 20px 0;
	padding:10px 20px;
	height:80px;
	font-size:0.75em;
	}
	#instructions, #copyright{
		float:left;
		}
	#instructions{
		margin:0 50px;
		}

.number {
	font-size: 22pt;
	border: thin solid #CCCCCC;
	height: 68px;
	width: 68px;
	margin: 12pt;
	padding: 8px 15px;
	background: white;
}
.tower{
	float: left;
	margin-right: 30px;
}
.tower .number{
	margin: 20px 0 5px 0;
}
.tower p{
	margin-top: 0px;
}
h1{
	margin:0;
	padding: 12pt 0 0 0;
	font-size:15pt;
	text-transform: uppercase;
}
h2{
	margin:0;
	font-size:13pt;
	text-transform:capitalize;
}
img{
	border: solid 1px;
}
.fla, img{
	margin: 30px 10px 30px 0;
}
a:link {
	color: #516C74;
	text-decoration: underline;
}
a:hover {
	color: #FF0099;
	text-decoration:none;
}
a:visited {
	color: #999999;
}