HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#8596A9; 
scrollbar-3dlight-color:#8596A9; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#BBBBBB; 
}

BODY {
background-color: #FFFFFF;
background-image: url(images/background.jpg);
background-position: top center;
background-repeat: repeat-y;
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
margin: 0px 0px 0px 0px;
color:#000000;
}

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: #8596A9;
height: 1px;
width: 100%;
}

A:LINK {color: #6F89A2; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #6F89A2; text-decoration: underline; font-weight: bold;}
A:HOVER {color: #000000; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #6F89A2; text-decoration: underline; font-weight: bold;}

H1 {
color: #808080;
font-family: "Book Antiqua", Palatino, serif;
text-align: center;
font-size: 1.8em;
font-weight: bold;
letter-spacing: 4px;
}

h2 {
color: #808080;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 1.6em;
font-weight: bold;
letter-spacing: 2px;
}

h3, h4 {
color: #BC9614;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}

h5, h6 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
border: 3px double #BBBBBB;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 3px double #BBBBBB;
}

.imagecatalog {
border: 3px double #BBBBBB;
}

.logo {
background-color: #FFFFFF;
width: 350px;
}

.global {
background-color: #FFFFFF;
text-align: right;
font-weight: bold;
height: 30px;
width: 400px;
padding-right: 10px;
}

.navigation {
background-image: url('images/navigation.jpg');
background-color: #8596A9;
color: #000000;
font-size: 100%;
font-weight: bold;
text-align: center;
height: 40px;
width: 750px;
border: 1px solid #BBBBBB;
}

.navigation A:LINK {color: #000000; text-decoration: none; font-weight: bold;}
.navigation A:VISITED {color: #000000; text-decoration: none; font-weight: bold;}
.navigation A:HOVER {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
.navigation A:ACTIVE {color: #000000; text-decoration: none; font-weight: bold;}

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
width: 500px;
padding: 15px 10px 5px 0px;
}

.sidebar {
background-color: #FFFFFF;
color: #000000;
text-align: justify;
vertical-align: top;
width: 250px;
padding: 25px 0px 5px 10px;
}

.color1 {
background-color: #D8DDE7;
color: #000000;
text-align: justify;
padding: 5px;
border: 1px solid #BBBBBB;
margin-top: 10px;
margin-bottom: 10px;
}

.color2 {
background-color: #FDF8AC;
color: #000000;
text-align: justify;
padding: 5px;
border: 1px solid #BBBBBB;
margin-top: 10px;
margin-bottom: 10px;
}


.copyright {
background-color: #FFFFFF;
font-size: 90%;
text-align: right;
height: 30px;
border-bottom: 25px solid #FFFFFF;
border-top: 1px solid #BBBBBB;
margin-top: 20px;
}