@charset "utf-8";
/* CSS Document */

body { margin: 20px 10% 20px 25%; background: #fff; }
.layout { font-family: "Trebuchet MS", Verdana, Verdana, Helvetica, Arial; font-size: 14px; line-height: 18px; color: #000; }
h1 { color: #000; font-weight: normal; font-size: 24px; line-height: 30px; }
h2 { color: #000; font-weight: normal; font-size: 18px; line-height: 24px; }
p { margin: 16px 0px; }
p a { color: #000; text-decoration: underline; }
p a:hover { text-decoration: none; }
ul { margin: 16px 0px; padding: 0px; }
ul ul { margin: 0px 0px 0px 24px; padding: 0px; }
li { margin: 0px; padding: 2px; list-style: none; display: block; border-top: 1px solid #ccc; }
li li { border-top: 1px solid #e0e0e0; }
h3 { margin: 0px; font-size: 14px; font-weight: bold; line-height: 18px; }
.foot { border-top: 1px solid #000; padding-top: 20px; margin-top: 20px; }
