/**
 * Style sheet tabel
 */
.ce_table table
{
	width:100%;
}

.ce_table td
{
	padding:12px 8px;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table h2
{
	margin-right:25px;
	font-weight:bold;
	font-size:11px;
	color:#003399;
}

.ce_table p
{
	line-height:110%;
}
