body {
	background-color: white;
	background-image: url('images/a_paisaje_boceto.png');
	background-size: cover;
	background-attachment: fixed;
}

.dsMainHeader {
	font: bold x-large cursive;
	color: black;
	text-align: center
}

/* text that may need to change color based on the background. happens in tables + stuff */
.ctxt {
	color: black;
}

.acctHeader {
	color: white;
	font: bold x-large cursive;
}

.acctHeader2 {
	color: white;
	font: bold large cursive;
}

.stripe {
	background-color: darkgreen
}

/*.nostripe{ background-color:transparent } */
.stripeHover:hover {
	background-color: black;
	color: white;
}

.navPhoneIcon:hover {
	background-color: darkgreen
}

/*	item on the navigation bar */
.navItemHeader {
	padding: 3px;
	font-weight: bold;
	background-color: #006633;
	color: white;
}

.mainBorder, .mainOutlineDiv, .linkNavigation {
	background: rgb(75, 215, 75);
	background-color: rgba(75, 215, 75, .9);
	color: black;

	border: 0px solid #006633;
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .35);
	/*	box-shadow: 2px 2px 8px 2px rgba(255,255,255,.2); */

	border-radius: 0em;
}

.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: white;

	text-align: left;
	padding: 2px;
	width: 100%;
	/*	border-width: 1px; */
}

/*A:link {*/
	/*color: white;*/
/*}*/

/*A:visited {*/
	/*color: white;*/
/*}*/

/*A:active {*/
	/*color: white;*/
/*}*/

/*A:hover {*/
	/*color: white;*/
/*}*/


A:link {
	color: black;
}

A:visited {
	color: black;
}

A:active {
	color: black;
}

A:hover {
	color: black;
}
