/* CSS Document */

p {
    font-size: 100%;   
	line-height: 150%;
}

table {
    border: 0px solid #FFFFFF;
    width: 540px;
}

th {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
    padding: 0px;
}

td {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	padding: 0px;
}	

table p {
    color: #333333;
    font-size: 100%;
	line-height: 150%;	
	padding: 5px 5px 0px 5px;
}

