
html
{
    padding: 0;
    margin: 0;
}
.body2
{
    color: #000000;
    font-family: Arial;
    font-size: medium;
    background-image: url(images/black-gold-texture.jpg)
}
.body3
{
    color: #000000;
    font-family: Arial;
    font-size: medium;
    background-image: url(images/gold2.jpg);       /* maroon */
}
/*--------- headings -------- */
header
 {
    display:block;
}
.tophead1
 {
    font-family: Arial;
    text-align: center;           /* no color */
}
/* ------ links --------- */
a
{
    color: #FFFFFF;             /* white*/
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    font-size: 11pt;
}
a:visited
{
    color: #FFFFFF;             /* white */
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}
a:hover
{
    color: #B8CEFF;             /* very light blue */
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}
a:active
{
    color:  #6696FF;                 /* dark opaque blue */
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}
.link1
{
    color:  #00329B;                 /* dark opaque blue */
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}
.link2
{
    color:  #0000FF;                 /* blue */
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}
/*---------- article content     used with iframe -------- */
div#content
{
    clear: both;
    margin: 18px -2px 18px 0px;
    font-family: Verdana;
    font-size: medium;
}
/*----------- P  or div  tag ---------*/
.pCenter {
    text-align: center;
}
.Pleft
 {
    text-align: left;
    padding: 10px;
}
/*--------- tables --------- */
.table1
{
    text-align: center;
    border: 2px;
}
.table2
{               /* used Message for closing browser and linking to CpphsaWeb Main Page */
    margin: auto auto;
    text-align: left;
    font-size: small;
    border: 2px white solid;
    padding: 5px;
}
.table3
 {
    text-align: left;
    width: 116px;
    text-align: left;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12pt;
    border: double black 3px;
    background-image: url(images/goldedge.jpg);
    padding 3px;
}
.table4
{
    margin:0 auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: 600px;
}
.table5
 {
    margin:0 auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 4px solid #9A844A;       /* gold */
}
.td3
 {
    width: 30%;
    background-color: #46100E; /* maroon */
    background-image: url(images/gold2.jpg);
}
.td4
 {
    width: 70%;
    background-color: white;
}
/*----------iframes ---------- */
.frame11
{
    width: 100%;
    height: 560px;
    border: transparent;
    overflow: scroll;
    text-align: center;
}
/*------ <span> and text format------*/
.txtdec2
 {
    font-style: normal;
    font-weight: normal;
    font-family: Arial;
    font-size: small;
    text-decoration: none;
}
.txtdec3
 {
    font-style: italic;
    font-weight: normal;
    font-family: Arial;
    font-size: small;
    text-decoration: none;
}
.txtdec4
 {
    font-style: normal;
    font-weight: bold;
    font-family: Arial;
    font-size: 12pt;
    text-decoration: none;
    color: black;
    padding-left: 5px;
}
.txtdec5
 {
    font-style: normal;
    font-weight: bold;
    font-family: Arial;
    font-size: 12pt;
    text-decoration: underline;
}
.txtdec6
 {
    font-style: normal;    /* used for top of image list - left side - for msg closing tab or not */
    font-weight: bold;
    font-family: Verdana;
    font-size: 11pt;
    text-decoration: none;
    color: #B8CEFF;             /* very light blue */
}
.txtdec7
 {
    font-family: Arial;
    font-size: 11pt;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
/*---------- blank spacing ------------ */
.bottom1
 {
    margin-bottom: 1cm;  /* equals 3 br in html */
}
.bottom-small /* equals about 2 br in html */
 {
    margin-bottom: .5cm;
}