@import "../bvisitor.css";

#espeakers {
	font: 10px Verdana,sans-serif;
	font-style: plain;
	text-align:left;
	}

/*Anchor Tags*/
#espeakers a  {color: #006E8E;} /*CUSTOMIZE*/
#espeakers a:link  {color: #006E8E; text-decoration: none;}
#espeakers a:visited {color: #006E8E; text-decoration: none;}
#espeakers a:hover  {color: #006E8E; text-decoration: none;}
#espeakers a:active  {color: #006E8E; text-decoration: none;}


/*Forms*/
input.btn, a.btn:link, a.btn:visited, a.btn:active, button.btn {    /*This style is used on the "Show Profile" and "Search" buttons*/
	font: bold 11px Verdana, sans-serif;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #333366;
	background: #006E8E;;  /*CUSTOMIZE*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#006E8E;', EndColorStr='#006E8E;');  /*CUSTOMIZE*/
	}

	
	
/* CAFI special */
#espeakers p {
	line-height:16px;
	}
	
#speaker h1 {
	color:#006E8E;
	}
