

#middle-column input.search_button  {
    width               : auto;
    font-size           : 14px;
    font-weight         : bold;
    background-color    : #FF9933;
    color               : white;
    border              : 1px solid #F47D05;
}
#middle-column input.search_button:hover {
    cursor              : pointer;
    background-color    : #FFB204;
}

.button  {
    width               : auto;
    font-size           : 1em;
    font-weight         : bold;
    background-color    : #FF9933;
    color               : white;
    border              : 1px solid #F47D05;
}
.button:hover {
    cursor              : pointer;
    background-color    : #FFB204;
}

#middle-column input.button2  {
    width               : auto;
    font-size           : 1em;
    font-weight         : bold;
    background-color    : #0092F2;
    color               : white;
}
#middle-column input.button2:hover {
    cursor              : pointer;
    background-color    : #37a9f4;
}

.heading {
	font-weight: bold; 
	color: #f47d05;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.directory {
	font-size: 13px;
	color: #f47d05;
	 margin-bottom       : 10px;
	  margin-top      : 10px;
}

.provider_link,  .provider_link:link, .provider_link:active, .provider_link:visited {
	color: #0092F2;
	font-weight: bold;
	font-size: 14px;
}

.project_link, .project_link:link, .project_link:active, .project_link:visited {
	color: #F47D05;
	font-weight: bold;
	font-size: 12px;
}
