body,html 
{
	margin:0px;
	color:#57656E;
	background-color:#FFFFFF;
	text-align:center;
	width: 100%;
	height: 100%;
}
iframe
{
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#pageWrapper{
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	text-align:center;
	margin: auto;
}
#headerWrapper{
	background: #FFFFFF;
	padding:5px;
	color:#007CC4;
	font-family:Verdana, Arial, Helvetica;
	text-align:left;
}
#contentWrapper{
    width: 100%;
    height: 100%;
	position: relative;
	background: #FFFFFF;
	padding:0px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	text-align:center;
	margin: auto;
}
#contentWrapper h3
{
	color: #57656E;
}
#resourcesWrapper{
	background: #FFFFFF;
	padding:25px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica;
	text-align:center;
	font-size:14px
}
.akamai-logo
{
	background-image: url("../resources/images/sola.png");
	width: 288px; 
	height: 61px;
	float: left;
}

.akamai-header-text
{
	text-align: right;
}

h1
{
	font-size: 18px;
}

h3
{
	font-size: 15px;
	color: #F59A19;
}

th
{
	color: #FFFFFF;
	text-transform: uppercase;
	background: #5a5c5e; /* Old browsers */
	background: -moz-linear-gradient(top, #5a5c5e 0%, #48494b 100%, #48494b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a5c5e), color-stop(100%,#48494b), color-stop(100%,#48494b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5a5c5e 0%,#48494b 100%,#48494b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5a5c5e 0%,#48494b 100%,#48494b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5a5c5e 0%,#48494b 100%,#48494b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5a5c5e 0%,#48494b 100%,#48494b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5c5e', endColorstr='#48494b',GradientType=0 ); /* IE6-9 */
}

td
{
	background-color: #F4F4F4;
}
