/* CSS Document */

div#photo{
	text-align:center;
	margin-bottom:30px;
}

h3{
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #E5E5E5;
	text-indent:.5em;
	margin-bottom:10px;
}

table{
	width:600px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	
}
td{
	padding:5px;
	font-size:12px;
	margin-bottom:1px;
	border-left:1px solid gray;
}

th{
	width:120px;
	padding:5px;
	font-size:12px;
	margin-bottom:1px;
	border-left:6px solid gray;
}
tr{
	border-bottom:1px solid #e5e5e5;
}
