/* Cascading Style Sheets definiton */

body         { font-family: Verdana, Tahoma, sans-serif;
               background-color: white;
               color: #006868; }
               
            /* Not valid css:
               scrollbar-face-color: #66cccc;
               scrollbar-arrow-color: #006868; 
               scrollbar-track-color: #f3f3f3; } */

a            { text-decoration: none; }
a:hover      { text-decoration: underline;
               color: red; }
.menu, 
.menusmall   { font-family: Tahoma, Verdana, sans-serif;
               color: black; }
.menusmall   { font-size: 8pt; }
.form        { font-size: 8pt; }

/* a:active     {  color: #0000FF}*/
/* a:link       { color: #00FFFF }*/
/* a:visited    { text-decoration: blink }*/

tr, td, th   { font-size: 10pt; }
/* tr, td       { align: right; } */
/* th           { font-style: italic}  */

h1           { font-size: 16pt; }
h2           { font-size: 13pt; }

h3, h4       { font-weight: bold;
               background-color: #cccc66;
               color: #006868; }
h3           { font-size : 12pt; }
h4           { font-size: 10pt;
               margin-bottom: 0; }
               
.footer      { font-size: 7pt; }

.navline     { color: black;
               background-color: #f3f3f3; }

/* ul           { list-style-image: url('system/images/bullet2.gif'); } */

/* Gallery settings follows */
table.nav    { border:solid #006868 1px; } /* Border of the navigation bar */
div.nav, a.nav { font-size:11px; } /* Navigation bar */
/* span.nav     { color: black; } /* Gayed-out next and Previous links */
div.thumb    { font-size:11px;
               font-weight:normal; } /* Thumbnail titles */
div.image    { font-size:11px;
               font-weight:bold; } /* Image titles */
img.image    { border:solid #006868 0px; } /* Border of the images */
img.thumb    { border:solid #006868 0px;  } /* Border of the thumbnails */

