BODY
{ 
    FONT-FAMILY: Verdana, Arial, sans-serif; 
    font-size:  10pt;
    COLOR:       black;
    background-color: White; /* #F2F2F2; */
    margin: 0px 0px 0px 0px;
}

H2
{
    FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif; 
    FONT-SIZE:   medium; 
    FONT-WEIGHT: bold; 
    COLOR:       #800000;
}

H3
{
    FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif; 
    FONT-SIZE:   medium; 
    FONT-WEIGHT: bold; 
    COLOR:       black;
}

.smallbutton
{
	font-size: 0.8em;
	font-weight: bold;
	cursor: pointer;
}

.helpLink
{
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

input.text {

	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Arial; 
	font-size: 8pt; 
	border-style: solid;
}

TH
{
    FONT-SIZE:   1em;
    font-weight: bold;
    border: 1px outset white;
    border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-right: 1px solid buttonshadow;
	border-bottom: 1px solid buttonshadow;
    background: #dddddd;
    COLOR:       black;
    margin: 0px 0px 0px 0px;
}

A
{
    TEXT-DECORATION: none;
}

A:link
{
    COLOR: #0000cd;
}

A:visited
{
    COLOR: #0000cd;
}

A:hover
{
    COLOR: red; 
    TEXT-DECORATION: underline;
}

.raisedTable {
	background: #eeeeee;
	cursor: default; 
	padding-top: 2;
	margin: 5px 5px 5px 5px;
	padding-bottom: 2;
	border-style: outset;
	border-width: thin;
}
.raisedTable th {
	padding:2px 10px 2px 10px;
	font-weight: bold;
}
			
.alert {
	color: Red; 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bolder;
	text-align: center;
	border-style: none;
}

.rightAlignTextBox 
{
	text-align: right;
}

.xsmall
{
	font-weight: normal;
	font-size: 0.6em;
	font-style: normal;
	font-family: Verdana, Arial, Monospace;
}

.xsmallb
{
	font-weight: bold;
	font-size: 0.6em;
	font-style: normal;
	font-family: Verdana, Arial, Monospace;
}

.small
{
	font-weight: normal;
	font-size: 0.8em;
	font-style: normal;
	font-family: Verdana, Arial, Monospace;
}

.smallb
{
	font-weight: bold;
	font-size: 0.8em;
	font-style: normal;
	font-family: Verdana, Arial, Monospace;
}

.bigb
{
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
	font-family: Verdana, Arial, Monospace;
}

.normal
{
    FONT-FAMILY: Verdana, Arial, Monospace; 
    font-size:  1.0em;
    COLOR:       black;
    background-color: White;
    margin: 0 0 0 0;
}

.normalb
{
    FONT-FAMILY: Verdana, Arial, Monospace; 
    font-size:  1.0em;
    COLOR:       black;
    font-weight: bold;
    margin: 0 0 0 0;
}

.AddEditLink
{
	font-size: xx-small;
	vertical-align: middle;
	border: 0;
}
.AddEditLink:hover
{
	text-decoration: none;
}

.FilterRow
{
	 border-style: groove;
	 border-width: thin;
	 background-color: #f5f5f5;
	 font-weight:bold;
}
.FilterButton
{
    border-color: black;
    border-style: groove;
	border-width: thin;
}

.ButtonFace
{
	 border-style: groove;
	 border-width: thin;
	 background-color: #d4d0c8;
}

.CalcButton
{
    cursor: pointer;
    border: none;
}
