#table1{
	margin-left:65px;
}

#table1 td{
	text-align:center;
}

.table2{}

.table2 td{
	vertical-align:top;
}

#table3{
	border-collapse:collapse;
}

#table3 td,
#table3 th{
	vertical-align:middle;
	border:solid 1px #333333;
	padding:5px;
}

#table3 th{
	text-align:center;
	background:#e6e6e6;
}

#table3 td.dot1{
	border-bottom-style:dotted;
}
#table3 td.dot2{
	border-top-style:dotted;
}
