html,body {
 	background-color: #004F70;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:11px;
 	color:#CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

a:link{
	color: #FF6600;
	text-decoration: none;
}

a:visited{
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	color: #FF9933;
	text-decoration: underline;
}

.tableRepeat {
	background-image:url(/comingsoon/back.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

.tableSetOut {
	width: 100%;
	height: 100%;
}
#fullheight{height:100%}
