body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#5c5148; /*dark brown*/
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px;
	padding: 0;
	color:#4e7770; /*green*/
	line-height:80%;
}


/********************* Buttons ********************/

.buttonAll {
	display:inline-block;
	text-indent:-9999px;
	text-align:left;
	background-position:0 top;
	overflow:hidden;
}

.buttonAll:hover, .buttonAll.hover { background-position:0 bottom; }

.buttonAll:active {
	opacity:0.75; /* CSS3 standard */
	*filter:alpha(opacity=75); /* for IE */
}


/********************* Default Links ************************/
a, a:visited {
	color:#4e7770; /*green*/
}

p a {
	color:#4e7770; /*green*/
	font-weight:bolder;
	padding:2px 4px;
	margin:-2px -4px;
}

p a:visited {
	color:#4e7770; /*green*/
}

p a:hover {
	color:#f7f8ec; /*light tan*/
	background-color:#4e7770; /*green*/
	text-decoration:none;
}

p a:active {
	background-color:#007345; /*green*/
	;
}



img {
	border:none;
	vertical-align:bottom;
}

p img {
	vertical-align:inherit;
}

img.left {
	float:left;
	margin:0 20px 20px 0;
}


img.right {
	float:right;
	margin:0 0 20px 20px;
}

p {
	margin:0 0 20px;
	padding:0;
	line-height:150%;
}

.last { margin:0; }

hr {
	margin:20px 0;
	height:1px;
	border:0px;
	background-color:#D6D4B1;
	color:#D6D4B1;
}

.back2top {
	text-align: right;
}

a.back {
	font-size: smaller;
	line-height: 34px;
	text-transform: lowercase;
}