/*
  Last modified: Derianto Kusuma, Mar 30 2007
*/

/*
  GENERAL
*/

body {
    background: url('bgbody.png');
    /*background-color: #000000;*/
    font-size: 10pt;
    font-family: "Verdana";
    color: #3F3F3F;
}

a:link {
    color: #3F3FAF;
}

a:visited {
    color: #6F3F6F;
}

a:active {
    color: #3F3F6F;
}

a:hover {
}

img {
    border: none; /* Delete link border */
}



/*
  LOGICAL DIVISION
*/

div.main {
    background: url('bgtable.png');
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

div.section {
    color: #3F3F3F;
    font-family: "Arial";
    font-size: 12pt;
    font-weight: bold;
    /*text-decoration: underline;*/
    padding-top: 6px;
    /*border-bottom: solid 1pt #7F7F9F;*/ /* buggy with CSS float! */
}

div.subsection {
    color: #5F5F5F;
    font-family: "Arial";
    font-size: 10pt;
    font-weight: bold;
}

div.quarter {
    font-weight: bold;
}

span.bold {
    font-weight: bold;
}

span.italic {
    font-style: italic;
}

span.code{
    font-family: "Courier New";
}


