.grey {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
.greybold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.white {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.whitebold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.whitebold:link {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;

}
a.whitebold:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;

}
a.whitebold:active {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;

}
a.whitebold:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-weight: bold;

}

.bluebold {

	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3366FF;
}
.lightgreybold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.breadcrumb {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}
a.breadcrumb:link {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	text-decoration: none;

}
a.breadcrumb:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	text-decoration: none;

}
a.breadcrumb:active {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	text-decoration: none;

}
a.breadcrumb:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;

}

a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;

}
a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;

}
a:active {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;

}
a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #3366ff;
	text-decoration: none;

}
.breadcrumbBLUE {
	font-family: Verdana;
	font-size: 10px;
	color: #3366FF;
}
a.breadcrumbBLUE:link {
	font-family: Verdana;
	font-size: 10px;
	color: #3366FF;
	text-decoration: none;

}
a.breadcrumbBLUE:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #3366FF;
	text-decoration: none;

}
a.breadcrumbBLUE:active {
	font-family: Verdana;
	font-size: 10px;
	color: #3366FF;
	text-decoration: none;

}
a.breadcrumbBLUE:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;

}
.white2 {

	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}

/* NEW 05.20.2008: Testimonials */

div.testimonial_header {
	padding:0;
	margin:20px 0 0 0;
	background:url(../images/testimonial_bg.gif) no-repeat 0 0;
	width:175px;
	height:25px;
	text-align:left;
	display:block;
	/*border:1px solid #000;*/
	}

div.testimonial_header p.grey {
	margin:0;
	padding:10px 0 0 10px;
	text-align:left;
	}

.testimonials {
	margin:0 0 20px 0;
	padding:5px 10px 15px 5px;
	/*background-color:#999;*/
	background-color:#CDE5FF;/*light blue*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:left;
	display:block;
	/*border:1px solid #000;*/
}

.testimonials p.grey {
	margin:0;
	padding:0 5px 10px 5px;
	}

p.grey span.testimonialname {
	font-style:italic;
	font-weight:bold;
	text-align:right;
	float:right;
	}
  
.emailconfirm {
  display: none;
}

#SignUp { text-align:left; padding-left:80px;}
#SignUp p { padding-right:10px; float:left; padding-top:4px; margin:0;}
#SignUp input { margin:0px 0; float:left;}
