body { /*background-image: url('images/darkgreen_bg.jpg');*/
		background-color: #FF9966;
		background-image: url('images/turkey.png');
	}

.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;
}

/* account header */
.acctHeader { color: white; font: bold x-large cursive; }
.acctHeader2 { color: white; font: bold large cursive; }

.stripe{ background-color:#FF9966 }
/*.nostripe{ background-color:transparent } */
.stripeHover:hover { background-color:red }
.navPhoneIcon:hover { background-color:red }

/*	item on the navigation bar */
.navItemHeader {
	padding: 3px;
	font-weight: bold;
	background-color: darkred;
	color: white;
}

.linkNavigation {
	border: solid 5px darkred;
	padding: 10px;
	width: 140px;
	
	/* background-color: #EDFE94; */
	background-color: transparent;
	background-image: url('images/overlay.80.png');
}

.linkNavigation3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 57px;
}


.linkNavigation2 {
/*	background-color: #740909; */
	
	background-color: transparent;
	background-image: url('images/overlay.80.png');
}

.mainBorder {
	border: solid 5px darkred;
/*	background-color: #EDFE94;	*/
	
	color: white;
	background-color: transparent;
	background-image: url('images/overlay.80.png');
}

.mainOutlineDiv {
	color: white;
	border: solid 5px darkred;
	
	/* background-color: #EDFE94; */
	background-color: transparent;
	background-image: url('images/overlay.80.png');
}

.dbtable {
	
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #EDFE94;
	color: black;
	
	text-align: left;
	padding: 2px;
	width: 100%;
	border-width: 1px;
}

#blendimage {
	background-image: url(/iphone/images/bottom.60.png);
	width: 69px;
	height: 65px;
}
A:link { color: darkred; }
A:visited {color: darkred;}
A:active {color: darkred;}
A:hover {color: yellow;}
