body { 
		background-color: #003366;
		background-image: url('images/planets.png');
		/* background-image: url(''); */
}

.stripe { color: black; }

.dsMainHeader {
	font: bold x-large cursive;
	color: white;
	text-align: center 
}

/* text that may need to change color based on the background. happens in tables + stuff */
.ctxt {
	color: white;
}

.acctHeader { color: white; font: bold x-large cursive; }
.acctHeader2 { color: white; font: bold large cursive; }

/*	item on the navigation bar */
.navItemHeader {
	padding: 3px;
	font-weight: bold;
	background-color: #1e2a40;
	color: white;
}

.linkNavigation {
	border: solid 5px #1e2a40;

	background-color: transparent;
	background-image: url('images/overlay.80.png');	
}

.linkNavigation2 {
	background-color: transparent;
	background-image: url('images/overlay.80.png');
}

.mainBorder {
	border: solid 5px #1e2a40;
	color: white;

	background-color: transparent;
	background-image: url('images/overlay.80.png');
}

.mainOutlineDiv {
	color: white;
	border: solid 5px #1e2a40;
	
	background-color: transparent;
	background-image: url('images/overlay.80.png');
}

#blendimage {
	background-image: url(/iphone/images/bottom.60.png);
	width: 69px;
	height: 65px;
}

/*
A:link { color: blue; }
A:visited {color: blue;}
A:active {color: blue;}
A:hover {color: blue;}
*/