/*
 * Copyright 1999/2004 by David Killingsworth, Tux Studios
 *
 * Apollo Sign & Flag
 *
 * CVS Info: $Id: bhc.css,v 1.01 2004/04/26 16:01:59 killer Exp $
 * $Author: killer $
 *
 */

/*
a:hover{
	text-decoration: underline;
	color: #38873a;
	font-size: 16px;
//	font-weight: bold;
}
*/
A {
	text-decoration: none;
	color: green;
	font-size: 14px;
//	font-weight: bold;
}

.nodeco {
	text-decoration: none;
	color: black;
	font-size: 12px;
//	font-weight: bold;
}

/*
A:link {
	color: #800000;
	font-size: 14px;
//	font-weight: bold;
}

A:visited {
	color: #000000;
	font-size: 14px;
//	font-weight: bold;
}

A:active {
	color: #800000;
}
*/

.warn {
	font-weight: bold;
	color: yellow;
}

/* preformatted text */
.pre {
	background: #A0BcD8;
	color: black;
}

.desc {
	font-weight: bold;
	color: black;
}

.links_header {
	color: #800000;
	font-weight: bold;
	font-size: 16px;
}

.links_left {
	color: #306F28;
	font-weight: bold;
	font-size: 12px;
}

.pagetitle {
	color: #800000;
	font-weight: bold;
	font-size: 16px;
}

.navmenu {
	text-decoration: none;
	background: #FFFFFF;
	color: green;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 5px;
	font-size: 12px;
}

/* header in page */
.header {
	color: #800000;
	font-size: 14px;
    font-family: arial, Georgia, sans-serif;
}

/* header in page */
.header1 {
	color: #000000;
	font-size: 14px;
    font-family: arial, Georgia, sans-serif;
}

.footernote {
	color: #000000;
	font-size: 10px;
    font-family: arial, Georgia, sans-serif;
}

/* paragraph of page */
.text0 {
	color: #000000;
	font-size: 14px;
    font-family: arial, Georgia, sans-serif;
	font-weight: bold;
}

.text1 {
	color: #000000;
	font-size: 12px;
    font-weight: bold;
}

.text2 {
	color: #FF0000;
	font-size: 12px;
}


.text3 {
	color: #800000;
	font-size: 12px;
    font-weight: bold;
}
.pagetitlebold {
        color: #FA6A06;
        font-weight: bold;
        font-size: 16px;
}
.pagetitle {
        color: #000000;
        font-weight: bold;
        font-size: 16px;
}
/* subheadline of page */
.text4 {
	color: #000000;
	font-size: 12px;
    font-family: arial, Georgia, sans-serif;
}

/* headline of page */
.headline {
    font-size: 14px;
	color: #800000;
    font-weight: bold;}

/* footer menu */
.footer {
	color: #000000;
	font-size: 14px;
    font-weight: bold;
}

ADDRESS {
	font-size: x-small;
}

BODY {
	background: #FEEAB6;
	color: #000000;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
}

INPUT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
}

SELECT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #800000;
}

SPAN.warn {
	font-weight: bold;
	color: yellow;
}

.categorybar {
  background-color: #000000;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 11px;
}

.tdbox1 {
  background-color: #000000;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 11px;
  border: 1px #000000 solid;
}

.tdbox2 {
  background-color: green;
  color: #ffffff;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 11px;
  border: 1px #ffffff solid;
}

/* EOF */
