@charset "utf-8";
/* CSS Document */

body		{font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size: 90%; color:#000000; margin:0; padding:0; }
a			{color:#02458C; text-decoration:underline; }
a:hover		{text-decoration:none; }

td.head2 {
	font-size: 1.2em;
	color:#02458C;
	font-weight:normal;
}

h2 {margin:0; padding:10px 0 0 0; font-size:170%; color:#02458C; font-weight:normal; }

.arSmall {
	font-size: 10px;
	color: #fff;
	display: none
}

td {
	font-size: 12px;
}

td.arBorder {
	border: 2px solid #c4deff;
}




/* SEARCH RESULTS PAGE */

.ResultsHeader {
	border-bottom: 5px solid #fff;
	padding: 10px
}

.SearchResult {
	margin-bottom: 20px;
}


.SearchResultAlt {
	background: #DDECFF;
	border-top: 5px solid #DDECFF;
	border-bottom: 5px solid #DDECFF;
}


.SearchResultTitle {
	line-height: 2em;
	padding: 10px;
	font-size: 1.1em
}

.SearchResultDesc {
	padding: 10px;
	
}

tr.ResultsHeader td {
	padding: 10px;
}

