@charset "utf-8";
/* CSS Document */

table {
width:700px;
font-size:80%;
text-align:left;
}

th {
width:150px;
padding:15px;
border-right:1px dotted #9999cc;
border-bottom:1px dotted #9999cc;
}
	
td {
width:450px;
padding:15px;
border-bottom:1px dotted #9999CC;
}
