/* CSS Document */

table.content{
	width: 100%;
}

table.content span.emphasis,
table.content td.emphasis{
	color: #d80101;
	font-weight:bold;
}

table.content td.dark_background span.emphasis{
	color: #FF9D3A;
	font-weight:bold;
}

table.content thead th{
	border-bottom: 1px solid #333333;
	font-weight: bold;
}

table.content tfoot td{
	border-top: 1px solid #333333;
	font-weight: bold;
}

table.content td{
	padding:40px;
	text-align:justify;
	line-height:16px;
	vertical-align:top;
}

table.content td.desc{
	padding: 3px 80px 20px 80px; 
	text-align:justify;
	vertical-align:top;
}

table.content td.dark_background{
	text-align:justify;
	vertical-align:top;
	background-color:#335566;
	color:#ffffff;
	padding:0px;
	font-weight:bold;
	border-top:3px double #1A2A33;
}

table.content td a{
	color: #1A2A33;
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
}

table.content td a:hover{
	color: #555555;
	text-decoration:none;
}

table.content td.dark_background a{
	color: #FF9D3A;
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
}

table.content td.dark_background a:hover{
	color: #ffffff;
	text-decoration:none;
}

span.subtitle,
table.content td.subtitle{
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #333333;
	padding:15px 0px 2px 10px;
}

table.content td.subsubtitle,
table.content span.subsubtitle{
	font-weight:bold;
	font-size:14px;
	padding:15px 0px 5px 7px;
	font-variant: small-caps;
	color: #d80101;
}

table.content td.subsubsubtitle{
	font-weight:bold;
	padding:15px 0px 2px 0px;
}

table.content table.subtable{
	border:1px solid #BE2226;
	width:100%;
}

table.content table.subtable td{
	padding: 4px;
}