@charset "utf-8";

#content caption {
font-size: 75%;
line-height: 2;
}
#content table {
width: 600px;
margin: 0 auto;
border-top: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
}
#content th {
font-size: 75%;
line-height: 1.5;
text-align: right;
vertical-align: top;
padding: 5px;
border-top: 2px solid #FFFFFF;
border-right: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
border-left: 2px solid #FFFFFF;
background-color: #F5F5F5;
}
#content td {
font-size: 75%;
line-height: 1.5;
padding: 5px;
border-top: 2px solid #FFFFFF;
border-right: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
border-left: 2px solid #FFFFFF;
}
#content .centering {
padding: 10px;
}
