body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#333333;
	background-color: #fff;
}

h1,h2,h3,h4,h5{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4FA95F;
}

h1 {
	color:#4D84B8;
}

.bgyellow {
	background-color: #FFFEB0;
	background-image: url(assets/images/women-stretch3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgyellow_side {
	background-color: #FFFEB0;
	border-top: thin groove #006633;
	border-right: thin groove #006633;
	border-bottom: thin groove #006633;
	left: auto;
	top: auto;
}

.bgwhite {
	background-color: #FFFFFF;
}

p {
	
}
ul {
	font-size: 12px;
	color: #003333;
}

.pix_frame {
	margin: 4px;
	border: thin solid #2E76A6;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
	color: #4FA95F;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
	color: #4FA95F;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
	color: #4FA95F;
	text-decoration: none;
}


.quotes {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	color: #333333;
	padding: 5px;
}

/* list item bullets */
ul li {
	list-style-image:url(../images/li_bullet_organge.gif);
}