	body         {
	
}
table {
	border : thin solid Blue;
	border-color : #6495ED;
	width : 530px;
}

	th           {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	background-color: #6495ED;
	color: #F0F8FF;
	font-weight: bold;
	text-align: center
}

td			 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	background-color: White;
	color: Blue;
	font-weight: normal;
}


