/* CSS Document */
a:link {
	color: #520002;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #520002;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.contenttable {
	margin: 0;
	margin-right: 29px;
	margin-left: 31px;
}
.contenttable_title {
	margin: 0;	
	background-color:#4a4a4a;
	border-right: 1px solid #4a4a4a;
	border-left: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid #4a4a4a;
	padding: 8px 8px 8px 8px;
	font: 11px Arial;
	font-weight: bold; 
	color:#e0e0e0;
	text-align: left;
}
.contenttable_spanner {
	margin: 0;	
	background-color:#515151;
	border-right: 1px solid #575757;
	border-left: 1px solid #575757;
	border-top: 1px solid #575757;
	padding: 4px 8px 4px 8px;
	font: 11px Arial;
	font-weight: bold; 
	color:#888787;
	text-align: right;
}
.contenttable_subhead {
	margin: 0;	
	background-color:#4e4e4e;
	border-right: 1px solid #575757;
	border-top: 1px solid #575757;
	padding: 4px 8px 4px 8px;
	font: 11px Arial;
	font-weight: bold; 
	color:#999999;
	text-align: left;
}
.contenttable_heads {
	margin: 0;	
	background-color:#404040;
	border-right: 1px solid #575757;
	border-top: 1px solid #575757;
	padding: 3px 8px 3px 8px;
	font: 11px Arial;
	color:#999999;
	text-align: center;
}
.contenttable_cont01 {
	margin: 0;	
	background-color:#565656;
	border-right: 1px solid #4f4f4f;
	padding: 5px 9px 5px 9px;
	font: 11px Arial;
	color:#a5a5a5;
	text-align: left;
}
.contenttable_cont02 {
	margin: 0;	
	background-color:#535353;
	border-right: 1px solid #4f4f4f;
	padding: 5px 9px 5px 9px;
	font: 11px Arial;
	color:#a5a5a5;
	text-align: left;
}
.contenttable_note {
	margin: 0;
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	padding: 5px 9px 5px 9px;
	font: 11px Arial;
	color:#B0B0B0;
	text-align: left;
}
.contenttable_bottom {
    border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #5d5d5d;
	height: 8px;
	background-color: #4a4a4a;
}
	

