.search_box {
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.alphabetical_list
{
	color:#333333;
	font-weight:bolder;
	width: auto;
	margin-top: 3px;
	font-family:Arial, Helvetica, sans-serif;
}

.alphabetical_list a
{
	font-size: 16px;
	text-decoration:underline;
	color:#3366CC;
}

.alphabetical_list a:hover
{
	font-size: 16px;
	color: #990000;;
	text-decoration:none;	
}

.search_button
{
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #6678ae;
	border: 2px #9ea9c8 solid;
	color: #fff;
}

.cursor_hand {
	cursor:pointer;
}


a img 
{
	border: none;
}

.red_bold
{
	color: #a13823;
	font-weight: bold;
}

.top_text_big
{
	padding-bottom: 3px;
}

.next_prev a {
	font-size: 16px;
	color:#3366CC;
}

.next_prev a:hover
{
	font-size: 16px;
	color: #990000;;
}

.search_and_home_message_container
{
	margin: 0 auto;
	width: 100%;
	/*text-align:center;*/
}

.search_and_home_message
{
	width: 95%;
	border: 2px #979ed8 solid;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 3px;
}