/* CSR Stylesheet */

div.con a.bus {
	color:rgb(0, 153, 153);
	font-weight:normal;
	text-decoration:none;
}
div.con a.env {
	color:rgb(0, 153, 51);
	font-weight:normal;
	text-decoration:none;
}
div.con a.soc {
	color:rgb(102, 51, 0);
	font-weight:normal;
	text-decoration:none;
}
div.con a.tha {
	color:rgb(255, 102, 0);
	font-weight:normal;
	text-decoration:none;
}

div.con a.bus:hover {
	text-decoration:underline;
}
div.con a.env:hover {
	text-decoration:underline;
}
div.con a.soc:hover {
	text-decoration:underline;
}
div.con a.tha:hover {
	text-decoration:underline;
}

div.menu a {
	color:rgb(200,200,200);
	font-size:12px;
	text-decoration:none;
}
div.menu a:hover {
	color:rgb(255,102,0);
	text-decoration:none;
}

table.csr { 	
	color:rgb(0,0,0);
}

table.csr td {
	color:rgb(0,0,0);
}

table.csr th {
	color:rgb(0,0,0);
	font-weight:bold;
	text-align:left
}

