/* CSS Document */
.tr
{
	clear:left;
	width:100%;
}
.td_left
{
	width:300px;
	float:left;
	font-family: 'Times New Roman', Times, serif;
	font-size:12px;
	display:block;
	color:#35507b;	
	font-weight:bold;
	text-align:justify;
}
.td_right
{
	width:600px;
	float:left;
	color:#35507b;	
	font-family:'Times New Roman', Times, serif;
	font-size:12px;
	font-weight:bold;
	padding-bottom:15px;
	text-align:justify;	
}

