@charset "utf-8";

/* --HTML-- */
html {
background:url(../img/bg.png) repeat-x;
}

/* --BODY-- */
body {
margin:0.8em 2.5em 2em 2.5em;
width:600px;
}

/* generic parts */
h1 {
color:#fff;
font-size:200%;
margin-top:0;
}

#content h2 {
background:url(../img/h2_bg.png);
color:#333;
font-size:133.4%;
height:28px;
line-height:28px;
margin-top:20px;
padding-left:20px;
width:580px;
}

#outline h2,
h3 {
border-bottom:dotted 1px #555;
font-size:125%;
margin-left:12px;
padding-bottom:4px;
}

h4 {
background:url(../img/h4_bg.png) no-repeat left center;
font-size:100%;
margin:1em 0 0.5em 12px;
padding-left:16px;
}

/* #outline */
#outline dl dt {
background:url(../img/h4_bg.png) no-repeat left center;
margin-left:8px;
padding-left:16px;
}

#outline dl dd {
margin-left:24px;
}

/* #content */
#content p,
#content table {
margin-left:12px;
}

#content table tr th,
#content table tr td {
border-color:#999;
text-align:center;
}

#content table tr th {
background:#ccc;
}

#content table tr.even td {
background:#eee;
}

#content fieldset div {
height:30px;
}