
<!--
/* CSS Tabs */
body {
height: 100%;
background-color: cornsilk;
color: black;
font-family: Tahoma, Arial, sans-serif;
/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
font-size : 12px;

            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;

}
ul {
font-family: Tahoma, Arial, sans-serif;
color: black;
font-weight: bold;
font-size: 12px;
}

ol {
font-family: Tahoma, Arial, sans-serif;
color: black;
font-weight: bold;
font-size: 12px;
}

p {
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;

}

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

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

h6 {
font-family: Tahoma, Arial, sans-serif;
font-size: 15px;
color: darkred;
font-variant: small-caps;
}



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

a:link {
	font-size: 12px;
	color: maroon;
         font-weight: bold;
}
a:hover {
	font-size:14px;
	color: orange;
         font-weight: bolder;
}
a:visited {
	font-size: 12px;
	color: maroon;
         font-weight: bold;
}

a.big:link {
	font-size: 20px;
	color: maroon;
         font-weight: bold;
}
a.big:hover {
	font-size:21px;
	color: orange;
         font-weight: bolder;
}
a.big:visited {
	font-size: 20px;
	color: maroon;
         font-weight: bold;
}

input.txt {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
         background-color: lemonchiffon;
         border:solid 1pt gold;
}


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;
font-size: 12px;
}
#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%;
font-size: 12px;
}
html>body #button li a {
width: auto;
}
#button li a:hover {
border-left: 10px solid gold;
border-right: 10px solid goldenrod;
background-color: chocolate;
background-image:url(../picts/border.gif);
color: darkred;
font-size: 12px;

}
#button li #active {
border-left: 10px solid gold;
border-right: 10px solid goldenrod;
background-color: chocolate;
color: #fff;
font-size: 20px;
}

a.top:link {
	font-size: 12px;
	color: maroon;
         font-weight: bold;
}
a.top:hover {
	font-size:12px;
	color: darkorange;
         background-color: #FFFFCC;
         font-weight: bold;
}
a.top:visited {
	font-size: 12px;
	color: maroon;
         font-weight: bold;
}


-->