/* CSS Document */

table.content{
	width: 100%;
}

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

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

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

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

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

table.content td{
	padding: 3px;
	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;
}

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

div.subtitle{
	margin:0 0 5px 0;
}

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