# 20051016 - changing #003 to #369 for background and background-color, but not color

body
{
   color: #fff;
   background-color: #000;
   margin: 10px 5px;
   padding: 0;
   text-align: left;
   font-size: 12px;
}
.hide
{
	display: none;
}
.img
{
	display: block;
	border: 0;
}
a:link
{
   color: #333;
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}
a:visited
{
   color: #333;
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}
a:hover
{
   color: #666;
   font-weight: bold;
   text-decoration: underline;
   background-color: transparent;
}
a:active
{
   color: #333;
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}
a.navbar:link
{
   color: white;
   background-color: #369; 
   font-size: 1.1em;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
}
a.navbar:visited
{
   color: white;
   background-color: #369; 
   font-size: 1.1em;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
}
a.navbar:hover 
{
   color: #003;
   background-color: #cccccc;
   font-size: 1.1em;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
}
a.navbar:active
{
   color: white;
   background-color: #369; 
   font-size: 1.1em;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
}
a.titlebar:link, a.titlebar:visited, a.titlebar:hover, titlebar:active
{
   color: white;
   background-color: #369; 
   text-decoration: none;
}

a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:hover, a.breadcrumbs:active
{
   text-align: left;
   text-indent: 10px;
   vertical-align: middle;
   color: #cccccc;
   background-color: #369;
   text-decoration: none;
}
p, td, li, ol
{
    color: #003;
	background-color: #ccc;
	font-family: Georgia, "New Century Schoolbook", Times, Serif;
}
h1, h2, h3, h4, h5
{
    color: #003;
	background: #ccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 800;
}
.hnav
{
   color: #fff;
   background-color: #369;
   text-indent: 10px;
   text-align: center;
   vertical-align: middle;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 1.2em;
   border-style: solid;
   border-color: #fff;
   border-width: 0.1em;
   padding: 5px;
}
.bluecell
{
   color: #fff;
   background-color: #369;
   border-style: ridge;
   border-color: #ccc;
   border-width: 0.1em;
}
.title
{
   color: #fff;
   background: #369;
   border-style: double;
   border-color: white;
   text-transform: Capitalize;
   text-decoration: Underline;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-variant: small-caps;
   font-size: 1.5em;
   font-weight: bold;
   vertical-align: middle;
   letter-spacing: 0.1em;
   word-spacing: 0.2em;
   padding: 5px;
}

.blacktitle
{
   color: #fff;
   background: #000;
   border:0;
 //  border-style: double;
  // border-color: white;
   text-transform: Capitalize;
   text-decoration: None;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-variant: small-caps;
   font-size: 1.4em;
   font-weight: bold;
   vertical-align: middle;
   letter-spacing: 0.1em;
   word-spacing: 0.2em;
   padding: 5px;
}

.footer
{
   color: #fff;
   background: #369;
   border-style: double;
   border-color: white;
   text-align: center;
   text-transform: lowercase;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   font-weight: bold;
}
.bgblue
{
   color: #fff;
   background: #369;
}

