/* CSS Document */

body {
	margin:20px;
	padding:20px;
	background-color:#FFFFFF;
	color:#333333;
	font-size:12px;
	line-height:1.5em;
}

p,h1,h2,h3,h4,h5,h6,ul,ol{
margin:0;
padding:0;
font-size:100%;
}



.tableType1 {
	background-color: #CCCCCC;
}

/* 
.tableType1 th, .tableType1 td {
	background-color:#FFFFFF;
	
}


.tableType1 th {
	background-color: #F4F4F4;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
}
 */
 
.gray {
background-color:#E6E6E6;

}

.white {
background-color:#FFFFFF;

}