@charset "utf-8";
/* CSS Document */
.navtext {
	bottom: 0%;
	position:relative;
	display: inline-table;
	padding-left:6px;
	padding-right:6px;
	background: #CCC
}
A:link {color:#000;}
A:visited {color:#009;}
A:hover {color:#00F;
}
.tabtext {
	
	text-align: center;
	background:url(images/navshading.png) no-repeat;
}
.texttopbold {
	
	vertical-align: middle;
	top:20%;
	position:relative;
	display: inline-table;
	width: 630px; 
	color:#FFF;
	
}
.buttons {
	
	top:18%;
	position: relative;
	display: inline-table;
	border: none;
		
}
.centered {

	margin-left: auto;
	margin-right: auto;
	display: block;
}
.whitetext {
	
	color:#FFF;
}
.wsft {
	 
	 width: 800px;
	 height: 34px; 
	 background: url("images/whitespft.png") no-repeat;
	 
	 
}

