

/* Design 7 */
table
{
	font:12px tahoma;
	cursor:default;
	width:440px;
	margin:0 auto;
	direction:ltr;
}
table.Design7 {
	border:1px dashed;
    border: 0.1em solid #000000;
}
table.Design7 th {
    text-align:center;
    border: 1px solid #000000;
	padding:3px;
	color:#2A0055;
}
table.Design7 td {
    text-align: center;
    padding:0;
	margin:0;
    border: 1px solid #000000;;
}
table.Design7 thead th {
    text-align:center;
    background-color:#66CCFF;
    color:black;
	height:30px;
}

