body {

	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFDDEE;
}

h3 {
	color:#959595;
	font-weight: bold;
	background-color: #E0C0CE;
   	border-top: 1px solid #ECD8E1;
   	border-left: 1px solid #ECD8E1;
   	border-bottom: 1px solid #E0BECE;
   	border-right: 1px solid #E0BECE;
	text-align: center;
	padding-left: 0px;
}

td, tr
{
border-top: 0px solid #959595;
border-left: 0px solid #959595;
border-bottom: 0px solid #959595;
border-right: 0px solid #959595;
text-align: center; 
}

table
{
border-top: 1px solid #959595;
border-left: 1px solid #959595;
border-bottom: 1px solid #959595;
border-right: 1px solid #959595;
text-align: center;
margin-left: auto;
margin-right: auto;

}

img {
	border: 0;
	text-decoration: none;
	border: none;
}

.drag{position:relative;cursor:hand}


