@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #333;
}

a:link {
	color: #1e8f60;
	text-decoration: underline;
}

a:visited {
	color: #1e8f60;
	text-decoration: underline;
}

a:hover {
	color: #1e8f60;
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	font-weight: lighter;
	color: #333;
	margin: 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	padding-top: 5px;
	background: url(../images/h2-underline.png) top repeat-x;
	border-bottom: 1px solid #FF0;
	margin: 0px 0px 20px;
	padding-bottom: 5px;
}

h3 {
	font-size: 1.2em;
	font-weight: lighter;
	color: #0f774c;
	margin: 0px;
}

A.class_bottom:link {
	color: #999;
	text-decoration: none;
}
A.class_bottom:visited {
	color: #999;
	text-decoration: none;
}
A.class_bottom:hover {
	color: #999;
	text-decoration: underline;
}

A.class_bottom:active {
	color: #999;
	text-decoration: none;
}

.call {
	font-size: 20px;
	color: #145A37;
	
	
	}
