

/* CSS Document */

.arSmall {
    FONT-SIZE: 1pt;
    COLOR: #000;
    FONT-FAMILY: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
}

body, td {font-size: 12px;}

/* SEARCH RESULTS PAGE */

.ResultsHeader {
	border-bottom: 5px solid #000;
	padding: 10px
}

.SearchResult {
	margin-bottom: 20px;
}


.SearchResultAlt {
	background: #191919;
	border-top: 5px solid #191919;
	border-bottom: 5px solid #191919;
}


.SearchResultTitle {
	line-height: 2em;
	padding: 10px;
	font-size: 1.1em
}

.SearchResultDesc {
	padding: 10px;
	
}

tr.ResultsHeader td {
	padding: 10px;
}

h2 {
	font: 115% "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; font-weight: bold; color: #ebe729;
}