@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.4em;
	font-weight: lighter;
	color: #333;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	height: 30px;
	background: url(../images/h2-underline.png) top repeat-x;
}

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;
}

.form-text {
	color:#CCC;
	
	}
	
.form-text-bold {
	color:#CCC;
	font-weight:bold;
	
	}
	
.call {
	font-size: 20px;
	color: #145A37;
	
	
	}
