/* CSS Document */

table.content{
	width: 100%;
}

table.content div.image_with_caption{
	text-align:center;
	font-weight:bold;
	color:#222222;
	font-size:9px;
}

table.content td.caption,
table.content span.caption{
	text-align:center;
	font-weight:bold;
	color:#222222;
	font-size:9px;
}

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

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

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

table.content td{
	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 a{
	color: #485766;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}

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

span.subtitle,
table.content td.subtitle{
	font-size:14px;
	padding:15px 0px 0px 0px;
	color:#000000;
	text-align:left;
	font-weight:bold;
	line-height:22px;
}

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;
}
