option.master {
	color: Red;
	font-size: 8pt;
}

option.slave {
	color: black;
	font-size: 8pt;
}

input.search_text {
	font-size: 8pt;
	border: 1px solid #3D3D3D;
	background-color: #F4F4F4;
	
}

select.search {
	color: black;
	font-size: 8pt;
	background-color: #F4F4F4;
	width: 160px;
}

a.s2 {
	color: #4B4B4B;
	text-decoration: none;
}

a.s2:hover {
	color: #4B4B4B;
	text-decoration: none;
}