table.tabs {
border-collapse: collapse;
margin-left:5px;
width:98%;}

.tabs th, .tabs td {
padding: 0px;
}
td.tab_content {
	padding: 10px;
	border-color: #132D78;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

#marketsectors li {
	margin-left:20px;
}

#tab1_content {
	width: 300px;
}

#tab2_content {
	display:none;
}
tr.tabs div {
	margin-top: 5px;
	padding: 8px 10px 7px 10px;
    border-color: #132D78;
    border-style: solid;
    border-width: 1px;
    background-color: #D9EBF7;
    cursor: hand;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

tr.tabs td.active div {
	padding: 13px 10px 7px 10px;
	margin: 0px;
    border-color: #132D78;
    border-bottom-color: white;
	background-color: white;
}

div.contenttxt ul
{
    list-style-type:disc;
    list-style-image: none;
}
