
<!--
/* CSS Tabs */
body {
background-color: #b83a24;
color: White;
font-family: Tahoma, Arial, sans-serif;
/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
font-size : 10px;

            scrollbar-base-color: darkred;
            scrollbar-track-color: darkred;
            scrollbar-face-color: #b83a24;
            scrollbar-highlight-color: gold;
            scrollbar-3d-light-color: darkred;
            scrollbar-darkshadow-color: firebrick;
            scrollbar-shadow-color: darkred;
            scrollbar-arrow-color: gold;
}
li {
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
}
p {
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
}

h4 {
font-family: Tahoma, Arial, sans-serif;
font-size: 16px;
color: gold;
}

h5 {
font-family: Tahoma, Arial, sans-serif;
font-size: 16px;
color: darkorange;
font-variant: small-caps;
}

font.list {
font-family: Tahoma, Arial, sans-serif;
font-size: 14px;
color: white;
}

a:link {
	font-size: 14px;
	color: black;
         font-weight: bold;
}
a:hover {
	font-size:15p15x;
	color: maroon;
         font-weight: bolder;
}
a:visited {
	font-size: 14px;
	color: black;
         font-weight: bold;
}

a.top:link {
	font-size: 10px;
	color: maroon;
         font-weight: bold;
}
a.top:hover {
	font-size:11px;
	color: orange;
         font-weight: bolder;
}
a.top:visited {
	font-size: 10px;
	color: gold;
         font-weight: bold;
}



input.button {

	font-size: 10pt;
	font-style: normal;
         font-variant: small-caps;
	font-weight: bold;
	color: white;
         background-color: firebrick;
         border-color: gold;
}

#button {
width: 12em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Tahoma, Arial, sans-serif;
/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
font-size : 12px;
font-weight: bold;
background-color: darkred;
color: #333;
}
#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#button li {
border-bottom: 1px solid darkred;
margin: 0;
list-style: none;
list-style-image: none;
}
#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid maroon;
border-right: 10px solid firebrick;
background-color: #b83a24;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body #button li a {
width: auto;
}
#button li a:hover {
border-left: 10px solid gold;
border-right: 10px solid goldenrod;
background-image:url(../picts/border.gif);
background-color: chocolate;
color: darkred;
}
#button li #active {
border-left: 10px solid gold;
border-right: 10px solid goldenrod;
background-color: chocolate;
color: #fff;
}
-->