body {
    color: black;
    font-family: Arial, FreeSans, sans-serif;
    background-color: #46c;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", FreeSerif, Times, sans-serif;
    font-weight: bold;
    font-style: italic;
}
ul.checked li {
    list-style-image: url(/images/smallcheck.png);
    list-style-type: none;
}
dl.mlist dt {
    margin: 0 5% 0 5%;
    display: list-item;
    list-style-image: url(/images/o.png);
    font-size: 1.30em;
    font-weight: bold;
}
dl.mlist dt.x {
    list-style-image: url(/images/x.jpg);
    font-size: smaller;
}
dl.mlist dd p {
    margin: 1ex 7% 1ex 0;
}
dl.mlist dd p.intro {
    font-weight: bold;
}
dl.mlist dd address {
    margin: 0 20% 2ex 0;
    text-align: right;
}
.merc {
    font-family: serif;
    font-weight: bolder;
}
.quotation {
    color: #444;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
.impress {
    font-weight: bold;
    font-style: italic;
}
.u {
    text-decoration: underline;
}
.banner {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
.roierror {
    color: red;
    text-align: center;
}
#logo {
    float: left;
    padding-right: 15px;
    margin-top: 1em;
}
#logotext{
    margin-top: 15px;
}
#search {
    float: right;
    font-size: small;
    padding: 0 0 5px 0;
}
#search form {
    margin-bottom: 1.5em;
    display: inline;
    padding: 0 5px 5px 0;
}
#tagline {
    font-weight: bolder;
    font-family: Arial, FreeSans, sans-serif;
}
#column {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#nav {
    font-size: medium;
    background: #fb0; /* url(/images/orangebackground.png); */
    margin-top: 1.5em;
    text-align: center;
    margin-left: 142px;
    padding: 2px 0 1px 0;
    -moz-border-radius: .5em .5em .5em .5em; /* mozilla specific */
}
#nav a {
    margin: 0.25em;
    font-weight: bold;
}
#nav :link {
    color: blue;
}
#nav :visited {
    color: blue;
}
#order {
    float: right;
    margin-top: 1em;
    margin-right: 1em;
    font-weight: bold;
}
ol#tabs {
    height: 1.5em;
    list-style: none;
    margin: 0 0 0 .5em;
    padding: 0;
}
ol#tabs li {
    float: left;
    margin: 0 2px 0 0;
}
ol#tabs a {
    background: #bdf url(/images/tab.png);
    color: #444;
    font-weight: bold;
    display: block;
    float: left;
    height: 1.5em;
    padding-left: 10px;
    text-decoration: none;
}
ol#tabs a:hover {
    background-color: #3af;
    background-position: 0 -120px;
    color: black;
    font-weight: bold;
}
ol#tabs a:hover span {
    background-position: 100% -120px;
}
ol#tabs li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: black;
    font-weight: bold;
}
ol#tabs li.current span {
    background-position: 100% -60px;
}
ol#tabs span {
    background: url(/images/tab.png) 100% 0;
    display: block;
    line-height: 1.5em;
    padding-right: 10px;
}
#card {
    background: #fb0; /* url(/images/orangebackground.png); */
    padding: 2px 2em 2px 2em;
    margin-bottom: 1ex;
    -moz-border-radius: .5em .5em .5em .5em; /* mozilla specific */
}
#card p {
    text-indent: 2em;
    text-align: justify;
}
#card li {
    text-align: justify;
}
#cardtitle {
    text-align: center;
}
#cardtail {
    text-align: center;
}
#address {
    font-size: small;
    text-align: center;
    font-family: "Courier New", FreeMono, monospace;
    font-style: normal;
    font-weight: bold;
}
#sitemap {
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    margin-bottom: 2em;
}
#contact, #roi, #validate {
    margin-left: auto;
    margin-right: auto;
    font-size: small;
    font-weight: bold;
    margin-bottom: 2em;
}
#footer img {
    border:0;
    width:88px;
    height:31px;
}
#copyright {
    font-size: x-small;
    text-align: center;
    font-family: Arial, FreeSans, sans-serif;
    padding-top: 1ex;
}
#xhtml {
    float: left;
    padding-top: 1ex;
}
#css {
    float: right;
    padding-top: 1ex;
}

