body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        background-color: #FFFFFF;
}
body {
        background-color: #FFFFFF;
}

h1 {
        color: #000066;
}

h2 {
        color: #000066;
}

h3 {
        color: #000066;
}
.main {
        background-color: #FFFFFF;
        width: 800px;
        top: 10px;
        margin-bottom: 20px;
        border-color: #0000FF;
        border-width: 1;
}
.header {
        background-color: #0060C0;
        height: 100px;
        width: 800px;
}

.head {
        color: #CC0000;
        font-size: large;
        font-weight: bold;
}

.menu {
        background-color: #000000;
        height: 30px;
        width: 800px;
        padding-left: 25px;
}
.menu a {
        font-size: medium;
        font-weight: bold;
        color: #FFFFFF;
}
.menu a:link {
        text-decoration: none;
        color: #FFFFFF;
}
.menu a:visited {
        text-decoration: none;
        color: #00FF00;
}
.menu a:hover {
        text-decoration: none;
        color: #FFFF00;
}
.menu a:active {
        text-decoration: none;
        color: #0000FF;
}
.info {
        background-color: #FFFFFF;
        width: 800px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 25px;
        border-width: 2px;
        border-color: #0060C0;
        border-style: solid;
}
.info img {
        margin: 10px
}
.info a {
        text-decoration: none;
}
.info a:link {
        text-decoration: none;
        color: #0099CC;
}
.info a:visited {
        text-decoration: none;
        color: #0000FF;
}
.info a:hover {
        text-decoration: none;
        color: #000066;
}
.info a:active {
        text-decoration: none;
        color: #0000FF;
}

.info p {
        padding-left: 15px;
        padding-right: 15px;
}
.Categories_table {
        background-color: #FFFFFF;
        border-width: 2px;
        border-color: #0000FF;
        border-style: solid;
        width: 100%;
}
.table1 {
        background-color: #0060C0;
}
.table2 {
        background-color: #88B8FF;
}
.style2 {
        font-size: x-small;
        font-weight: bold;
}
.style3 {
        font-size: medium;
        font-weight: bold;
}
.style4 {
        font-size: small;
        font-weight: bold;
}
.style5 {font-size: medium; font-weight: bold; font-style: italic; }

input.button
 {
        background-color: #0000CC;
        font-family: "arial";
        color: #FFFFFF;
        border_style: solid;
        border_width: 1px;
        border-color: #0000FF;
        font-size: 8pt;
 }
select.select
 {
 background-color: #FFFFFF;
 font-family: "arial";
 color: #000000;
 border-style: solid;
 border-width: 1px;
 border-color: #0000FF;
 font-size: 8pt;
 }

input.text
 {
 background-color: #FFFFFF;
 font-family: "arial";
 color: #000000;
 border-style: solid;
 border-width: 1px;
 border-color: #0000FF;
 font-size: 8pt;
 }

textarea.textarea
 {
 background-color: #FFFFFF;
 font-family: "arial";
 color: #000000;
 border-style: solid;
 border-width: 1px;
 border-color: #0000FF;
 font-size: 8pt;
 }

fieldset
 {
        border: 1px solid #0000FF;
        float: right;
 }

legend
 {
 font-family: "arial";
 color: #000000);
 font-weight: bold;
 }
.footer {
        background-color: #0060C0;
        height: 30px;
        width: 800px;
}

