/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: none;
}
.altRowOdd{
	background-color: none;
}

.results_cls table.tabularData td {
	padding: 12px;
}
.results_cls table.tabularData th {
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 0px solid #696969;
	border-collapse: collapse;
}

#tableSearchResults a {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	word-spacing: normal;
	letter-spacing: normal;
	color: #818181;
	font-weight: bold;
	text-decoration: underline;
}
#tableSearchResults a:link, a:visited, a:active {
}
#tableSearchResults a:hover {
	color: #333;
	text-decoration: none;
}

#mncontent a {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	word-spacing: normal;
	letter-spacing: normal;
	color: #818181;
	font-weight: bold;
	text-decoration: underline;
}
#mncontent a:link, a:visited, a:active {
}
#mncontent a:hover {
	color: #333;
	text-decoration: none;
}
#mncontent {
	width: 500px;
}
