@CHARSET "ISO-8859-1";

h1 {
	color: #336699;
	font-family: @Arial Unicode MS;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;	
}

h2 {
	color: #336699;
	font-family: @Arial Unicode MS;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;	
}

.opp-tablebody {
	color: Black;
	margin: 12px;
	padding: 12px;
	font-family: @Arial Unicode MS;
	font-size: 12px;
	background-color: White;
}
a, .opp-Link {
        color: darkblue;
        text-decoration: underline;
        cursor: pointer;
        display:inline;
}


