/* Design 7 */
table
{
	font:12px tahoma;
	cursor:default;
	margin:0 auto;
}
table.resulttb {
	border:1px dashed;
    border: 0.1em solid #000000;
	width:240px;
}
table.resulttb2 {
	border:1px dashed;
    border: 0.1em solid #000000;
	width:400px;
}
table.resulttb th {
    text-align:center;
    border: 1px solid #000000;
	color:#2A0055;
}
table.resulttb td {
    text-align: center;
    padding:0;
	margin:0;
    border: 1px solid #000000;;
}
table.resulttb thead th {
    text-align:center;
    background-color:#66CCFF;
    color:black;
	height:20px;
}

table.predicttb
{
	font:12px tahoma;
	cursor:default;
	width:380px;
	margin:0 auto;
}
table.predicttb {
	border:1px dashed;
    border: 0.1em solid #000000;
}
table.predicttb th {
    text-align:center;
    border: 1px solid #000000;
	color:#2A0055;
}
table.predicttb td {
    text-align: center;
    padding:0;
	margin:0;
    border: 1px solid #000000;;
}
table.predicttb thead th {
    text-align:center;
    background-color:#66CCFF;
    color:black;
	height:20px;
}
