HTML {
scrollbar-arrow-color:#FFFFFF; 
scrollbar-face-color:#990000; 
scrollbar-3dlight-color:#990000; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#B6B6B6; 
}

BODY {
background-image: url('images/backgroundgold.bmp');
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin: 20px 0px;
color:#E0E0E0;
}

P, TD, LI, UL {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
}

Table {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
border-collapse: collapse;
}

HR {
color: #B6B6B6;
height: 1px;
width: 100%;
}

li {
list-style-image: url('images/bullets_grey.png');
}

p.double {
line-height: 2em;
text-align: right;
font-weight: bold;
letter-spacing: 1px;
}

.pullquote {
text-align: left;
color: #F63A3A;
font-size: 1em;
font-weight: bold;
line-height: 1.4em;
width: 200px;
float: left;
margin: 5px 18px 8px 0px;
border-top: 1px dotted #597491;
border-bottom: 1px dotted #597491;
}

/* HEADINGS, HORIZONTAL RULE AND LINK COLORS */

A:LINK {color: #990000; text-decoration: none; font-weight: bold;}
A:VISITED {color: #990000; text-decoration: none; font-weight: bold;}
A:HOVER {color: #B6B6B6; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #990000; text-decoration: none; font-weight: bold;}

H1 {
color: #990000;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 1.8em;
font-weight: bold;
letter-spacing: 2px;
}

h2 {
color: #000000;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 1.4em;
font-weight: bold;
letter-spacing: 3px;
}

h3 {
color: #990000;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 1.4em;
font-weight: bold;
line-height: 1.4em;
letter-spacing: 3px;
border-bottom: 1px solid #990000;
}

h4, h5 {
color: #808080;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}

h6 {
color: #000000;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}

/* BEGIN TABLE AND CELL CLASSES */

.maintable {
background-image: url('images/backgroundline3.png');
background-color: #FFFFFF;
color: #000000;
}

.main {
color: #000000;
vertical-align: top;
line-height: 16px;
padding: 10px 10px 10px 10px;
width: 555px;
text-align: justify;
}

.sidebar {
vertical-align: top;
color: #990000;
padding: 10px;
text-align: right;
width: 195px;
}

.sidebar A:LINK {color: #990000; text-decoration: none; font-weight: bold;}
.sidebar A:VISITED {color: #990000; text-decoration: none; font-weight: bold;}
.sidebar A:HOVER {color: #B6B6B6; text-decoration: underline; font-weight: bold;}
.sidebar A:ACTIVE {color: #990000; text-decoration: none; font-weight: bold;}

.copyright {
text-align: center;
font-size: 90%;
font-weight: bold;
letter-spacing: 5px;
}

.catalog {
color: #000000;
vertical-align: top;
text-align: justify;
}

/* BEGIN PROPERTIES FOR PHOTO IMAGE BORDERS */

.imageleft {
margin: 0px 20px 0px 0px;
float: left;
border: 3px double #182B54;
}

.imageright {
margin: 0px 0px 0px 20px;
float: right;
}