@charset "utf-8";
.practiceareatext {
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.8em;
	color: #fff;
}

.practiceareatext a:link {
	color: #fff;
	text-decoration: none;
	
	
}
.practiceareatext a:visited {
	color: #fff;
	text-decoration: none;
}
.practiceareatext a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	padding: 4px;
}

.practiceareatext ul {
	list-style-type:none;
	list-style-position: inherit;	
	padding: 5px;
	
}

.practiceareatext li {
	list-style-type:none;
	list-style-position: inherit;	
	padding: 20px;
	
}

.practiceareatext ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #014082;
	border: 2px solid #FFF;
}
