div#table
{
	width: 640px; 
	text-align: left; 
	/*margin-top: 30px; 
*/	padding-left: 30px;
}

div#table table
{
	width: 600px; 
	border: 1px solid #339A25;
	border-bottom: none;
	border-right: none;
	font-family: Arial;
	font-size: 14px;
	color: #0E4B78;

}

div#table table td
{
	padding: 2px 10px 2px 10px;
	border-bottom:  1px solid #339A25;
	border-right:  1px solid #339A25;
	vertical-align: top;
	
}

div#table table td.left
{
	width: 180px;
	color: #DE266E;
	font-weight: bold;
}

div#table table span#title
{
	font-weight: bold;
	color: #DE266E;
}

div#table table td ul
{
	margin-bottom: 0;
}

div#table table#acts td
{
	width: 180px;
}
