body {
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: bold;
	margin-left:10px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:20px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:30px;
}
.style4 {
	color: #993399;
	font-weight: bold;
	border-bottom:4px solid #6699FF;
	
	}
table.border
{
border: 2px double #000;
}
td.right
{
border-right:2px dashed #6699FF;

}