body {color: #000;}
body p {color: #000; margin: 0 0 12px 0;}

div.clearing, div.holder-subnav {
	display:none;
}

.date{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #555555;
	font-weight: normal;	
	display: block;
	padding: 5px 0px 5px 0px;
}

p.text-left {text-align: left;}
p.text-center {text-align: center;}
p.text-right {text-align: right;}

table.data {
	float: none;
	clear: both;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0px;
	border: 1px solid #e0dfe3;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 11px;
	}	

table.data th {
	margin: 0;
	padding: 5px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #f0f4f8;
	/* background: #f0f4f8 url(../images/th.gif) scroll repeat-x left top; */
	}
	 
table.data th td {
	margin: 0px;
	padding: 3px;
	}

table.data td {
	margin:0;
	padding: 3px 5px;
	}

table.data p {
	margin:0;
	padding:0;
	}
