* { 
	font-family: Arial, Helvetica, sans-serif;
}

table#fundamentalstable ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	margin-top: 5px;
	font-size: 13px;
}

table#fundamentalstable {
	margin-top: 10px;
}

/**
 * data tables, with main headers, item headers and data items
**/
table#fundamentalstable table tr.fundamentalssectionheader th {
	background-color: #333399;
	color: #ffffff;
}

table#fundamentalstable table tr th {
	color: #333399;
	background-color: #cecfce;
	text-align: left;
	font-size: 13px;
}
table#fundamentalstable table tr td {
	background-color: #e7e7e7;
	text-align: right;
	font-size: 13px;
}

table#fundamentalstable table.consensus tr td {
	text-align: center;
}

table#fundamentalstable ul li a {
	text-decoration: none;
}

table#fundamentalstable td.fundamentalsMenu ul li a {
	white-space: nowrap;
}

table#fundamentalstable ul li.fundamentalsMenuCategory {
	color: #ffa700;
}

div.splashmenulist {
	width: 253px;
	margin-left: 5px;
}
div.splashmenulist ul {
	margin-top: 0;
	padding-top: 0;
}
div.splashmenulist ul li {
	clear: both;
	font-size: 11px;
}

div.splashmenulist ul li a {
	color: #000000;
}
div.splashmenulist ul li ul li img {
	float: left;
	margin-right: 3px;
}
div.splashmenulist ul li ul  {
	margin-top: 0;
	padding-top: 0;
}

