html, body {
  height:100%;
  background-color:#F9F9F9;
}

body, div, p, td, th, ul, li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color:#FFF;
}

h1 { 
  color:#0066CC;
  font-size:23px;
}

h3 { 
  color:#BB3332;
  font: bold 16px Verdana, Arial, Helvetica, Sans-Serif;
}

h5 { 
  color:#BB3332;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
}

form {
	border: 1px dotted #aaaaaa;
	margin: 6px;
	padding: 3px 6px 3px 6px;
}
input {
	color: #BB3332;
	border: 1px solid #BB3332;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
}
textarea {
	color: #BB3332;
	border: 1px solid #BB3332;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
}
select {
	color: #BB3332;
	border: 1px solid #BB3332;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
}
td.USeBorder {
	border: 1px solid #BB3332;
}

.StdLink a {
  color:#BB3332;
}
.CategorySelected {
	color: #FFF;
	background-color: #DA7676;
	padding: 5px;
	border: 1px solid #000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Category {
	color: #FFF;
	background-color: #BB3332;
	padding: 5px;
	border: 1px solid #000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.Category a:hover {
	font-weight: bold;
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR:#BB3332;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: gray 1px outset;
    BORDER-TOP: gray 1px outset;
    FLOAT: left;
    BORDER-LEFT: gray 1px outset;
    WIDTH: 120px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: gray 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
    color: #FFF
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 170px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #BB3332
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: gray
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: black 1px ridge;
    BORDER-TOP: black 1px ridge;
    FLOAT: left;
    BORDER-LEFT: black 1px ridge;
    WIDTH: 120px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: black 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: gray;
    TEXT-ALIGN: center
}