/* CSS Document */

table.content{
	width: 100%;
}

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: 0px 15px 0px 15px;
	text-align:justify;
	line-height:16px;
	vertical-align:top;
}

table.page_numbering td{
	padding: 7px;
}

span.page_number{
	font-weight:bold;
	font-size: 16px;
}

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


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

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

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

table.content table.listing{
	width: 500px;
}

table.subtable,
td.subtable{
	border:1px solid #122759;
	width:100%;
	background-color:#ADB7CC;
}

table.subtable a{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

table.subtable a:hover{
	color:#ffffff;
	text-decoration:none;
}


table.subsubtable{
	border:3px inset #CF1A39;
	width:100%;
}

table.subsubtable a{
	font-weight:bold;
	text-decoration:underline;
	color:#122759;
}

table.subsubtable a:hover{
	color:#999999;
	text-decoration:none;
}




table.content td.desc{
	font-weight: bold;
	text-align:right;
	white-space:nowrap;
	padding-right: 2px;
}

table.page td.feedback{
	background-color: #BE2226;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 100px 4px 100px;
}

span.special{
	color: #d80101;
	font-weight:bold;
	font-size: 12px;
}

pre.detail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0079C1;
	font-weight: normal;
}

td.emphasis,
span.emphasis{
	color: #940820;
	font-weight:bold;
	font-size: 12px;
}