hr {
	height: 1px;
	background-color: #0076C4;
}
ul {
	list-style-image: url(/images/icons/bullet.gif);
}
h1, h2, h3 {
	color: #0076C4;
}
a {
	text-decoration: underline;
	color: #54708e;
}
a:hover {
	color: #cc0000;
}
.search-results {
	padding: 5px;
	color: #ffffff;
	background-color: #0076C4;
	text-transform: uppercase;
}

.name, .name-big {
	color: #0076C4; 
}

			.name,a.name:link,a.name:visited,a.name:hover {  
				font-size: 11px;
				color: #55708D; 
				font-weight: bold; 
				text-transform: lowercase;
				font-family: Arial, Verdana, Helvetica, sans-serif;
				text-decoration: none;
				text-align: left;
			
			}
			a.name:hover {
				text-decoration: underline;
				text-align: left;
				color: #cc0000;
			}

