/* Ka of Isis 091014 */

* {
	margin: 0;
	border: 0;
	padding: 0;
	text-decoration: none;
	}
html, body {
	height: 100%;
	text-align: center;
	font: small Arial,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif;
	color: #333;
	background-color: #fff;
	}
table {
	width: 100%; 
	height: 100%;
	vertical-align: middle; /* CSS sucks at vertical centering */
	}
td { padding: 36px 12px 0 36px; }
#ssp {
	width: 1178px;
	height: 570px;
	margin: 0 auto;
	overflow: hidden;
	}
#sixty {
	width: 60%;
	margin: 54px auto 0;
	}
.hidden { display: none; }
h1 {
	margin-bottom: 1em;
	font-weight: normal;
	}
h2 {
	margin: 1.5em 0;
	font-weight: normal;
	}
p {
	margin-top: 1em;
	line-height: 1.5;
	}
a:link, a:visited {
	color: #00f;
	border-bottom: 1px dotted #00f;
	}
a:hover, a:active {
	color: #f00;
	border-bottom: 1px solid #f00;
	}