@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ece9da;
}

body,td,th {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:135%;
}

/* Text */

.fontsmall{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height:135%;
}

.footer {
	color:#575757;
	line-height:100%;
}

.testimonial {
	color:#3f3f3f;
}

.sig {
	font-family:georgia, times new roman, arial, helvedica;
	font-style:italic;
	color:#3f3f3f;
	font-size:14px;
}

/* Links */

a {
	font-size: 12px;
}
a:link {
	color: #575757;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #575757;
}
a:hover {
	text-decoration: none;
	color: #575757;
}
a:active {
	text-decoration: none;
	color: #575757;
}

/* Links Red */

a {
	font-size: 12px;
}
a.main:link {
	color:#2083c7;
	text-decoration: underline;
}
a.main:visited {
	text-decoration: underline;
	color: #2083c7;
}
a.main:hover {
	text-decoration: none;
	color: #2083c7;
}
a.main:active {
	text-decoration: none;
	color: #2083c7;
}


/* DIVs */

#testimonialContainer {
	width:262px;
	height:auto;
}

#leaderPicture {
	float:left;
	position:relative;
	width:96px;
	height:96px;
	background-position:center;
	background-image:url(leader-picture.gif);
	background-repeat:no-repeat;
	background-color:#bebebe;
	margin-right:7px;
}

/* TD Styles */

 td.padded {
 padding-left:15px;
 padding-right:15px;
 padding-bottom:5px;
 }
 
 /* Form Styles */
 
input.colored {
	background-color: #ffffff; 
	font-weight: bold; 
	font-size: 10px; 
	color: #333333;
	border: 1px solid #666666; 
	}