@import "../bvisitor.css";

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

/*Anchor Tags*/
#espeakers a  {color: #E3B014;} /*CUSTOMIZE*/
#espeakers a:link  {color: #E3B014; text-decoration: none;}
#espeakers a:visited {color: #E3B014; text-decoration: none;}
#espeakers a:hover  {color: #E3B014; text-decoration: none;}
#espeakers a:active  {color: #E3B014; 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: #E3B014;  /*CUSTOMIZE*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E3B014;', EndColorStr='#E3B014;');  /*CUSTOMIZE*/
	}

#speaker h1 {
	color: #E3B014;
    text-align: left;
}

#speaker h2 {
    text-align: left;
}

/* GBSP specials */
#espeakers {
	width:98%;
}

.flink {
color:#989898;
font:11px/1.5em arial;
padding-left:10px;
padding-right:10px;
}

#bio, #bio p {
    font-size: 14px !important ;
    text-align:left !important ;
}


/* PROPOSAL */
.personalnote {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        font-style: italic;
        font-variant: normal;
        color: #333333;
        background-color: white;
        vertical-align: top;
}

#about {
    font-size: 14px !important ;
    text-align:left !important ;
}
