body { 
		background-color: #003300;
		background-image: url('images/clover3.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;
}

.acctHeader { color: white; font: bold x-large cursive; }
.acctHeader2 { color: white; font: bold large cursive; }

.stripe{ background-color:green }
/*.nostripe{ background-color:transparent } */
.stripeHover:hover { background-color:#66CC66 }
.navPhoneIcon:hover { background-color:darkgreen }

/*	item on the navigation bar */
.navItemHeader {
	padding: 3px;
	font-weight: bold;
	background-color: #006633;
	color: white;
}

.linkNavigation {
	border: solid 5px #006633;
/*	background-color: #669933; */

	background-color: transparent;
	background-image: url('images/overlay.80.png');
	
}

.linkNavigation2 {
/*	background-color: #669933; */
	background-color: transparent;
	background-image: url('images/overlay.80.png');
}

.mainBorder {
	border: solid 5px #006633;
	/* background-color: #EDFE94; */
	color: white;
	background-color: transparent;
	background-image: url('images/overlay.80.png');
}

.mainOutlineDiv {
	color: white;
	border: solid 5px #006633;

	
	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: white;
	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: white; }
A:visited {color: white;}
A:active {color: white;}
A:hover {color: white;}