BODY, TD, TH
{
    font-family: Ms Sans Serif;
    font-size: 14;
    color: #663300
}

TEXTAREA
{
    font-family: Ms Sans Serif;
    font-size: 10;
}

.Header
{
	background: #F2EEDB;
	text-align: center;
	border-bottom: solid 1px black;
}

.LeftNavColumn
{
	background: #F2EEDB;
	border-right: solid 1px black;
}

.Footer
{
	background: #F2EEDB;
	text-align: center;
	border-top: solid 1px black;
}

TD.HeaderRow
{
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

.Button
{
	background: #EAD0A9;
	border: solid 1px #663300;
	cursor: hand;
}

A:active
{
	color:  #AA6F03
}

A:visited
{
	color: #663300;
}

A:link
{
	color:  #663300;
}

A:hover
{
	text-decoration: none;
	color:  #996600;
}

.SystemTitle
{
	font-size: 180%;
	color: blue;
	text-align: left;
	font-weight: bold;
	font-family: Ms Sans Serif;
}

.PageTitle
{
	font-size: 150%;
	color: black;
	text-align: left;
	border-bottom: solid 1px black;
	font-weight: bold;
	font-family: Ms Sans Serif;
}

.SmallText
{
	font-size: 90%;
}

.ShadedBox
{
	background: #F2EEDB;
	border: solid 1px black;
	padding: 8px;
}

TR.RowColorA TD
{
	background: white;
	border-bottom: solid 1px #eaeaea;
}

TR.RowColorB TD
{
	background: white;
	border-bottom: solid 1px #eaeaea;
}

DIV.MenuItem
{
	color: navy;
	font-weight: bold;
	padding: 10px;
}

DIV.ActiveMenuItem
{
	background: navy;
	font-weight: bold;
	color: tan;
	padding: 10pt;
}

.Help_Header
{
	color: navy;
	font-weight: bold;
}

OL LI
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.Help_Section
{
	text-align: justify;
}


SELECT
{
	font-size: 8pt;
}

HR
{
	height: 1px;
	color: black;
	width: 100%;
}

TR.TableHeader TD
{
	background: #DBAC65;
	font-weight: bold;
	color: #DBAC65;
	border-top: solid 1px #669999;

}
TR.TableBottom TD
{
	border-bottom: solid 1px #AA6F03;
}
TR.TableDetail TD
{
	background:#B5D5CC;
}

TD.BottomLine
{
	border-bottom: solid 1px #669999;
}

TD.LabelColumn
{
	text-align: right;
	font-weight: bold;
	padding: 3px;
	vertical-align: top;
}

TD.TextColumn
{
	border-top: solid 1px #eaeaea;
	padding: 3px;
	vertical-align: top;
}

TD.TextColumnWithBottomBorder
{
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	padding: 3px;
}

TD.TextColumnWithoutBorder
{
	padding: 3px;
	vertical-align: top;
}

TD.ControlBreak
{
	font-size: 130%;
	color: black;
	text-align: left;
	font-family: Ms Sans Serif;
}

.TableBorderColor
{
	background: Gray;
}

.TableBackgroundColor
{
	background: #FFFFFF;
}

.warning{
	color: red;
	font-weight: bold;
}

.WebSystemTitle
{
	font-size: 130%;
	color: #663300;
	text-align: left;
	border-bottom: solid 1px #AA6F03;
	font-weight: bold;
	font-family: Ms Sans Serif;
}

.WebPageTitle
{
	font-size: 100%;
	color: #663300;
	text-align: left;
	font-weight: bold;
	font-family: Ms Sans Serif;
}

.WebCopyRight
{
	font-size:10;
	color: #ffffff;
	text-align: right;
	font-family: Ms Sans Serif;
}

TR.WebTableHeader TD
{
	background: #DBAC65;
	font-weight: bold;
	color: #663300;
	border-top: solid 1px #AA6F03;
}

TR.WebTableFooter TD
{
	background: #F2EEDB;
	border-bottom: solid 1px black;
	border-top: solid 1px black;

}

TR.WebPostHeader TD
{
	background: #EAD0A9;
	font-weight: normal;
	font-size: 80%;
	color: #663300;

}

.WebPostBorderColor
{
	background: #AA6F03;
}

.WebPostBackgroundColor
{
	background: #FFFFFF;
}

A.WebMenu:active
{
	color: #cce1da;
}

A.WebMenu:visited
{
	color: #cce1da;
}

A.WebMenu:link
{
	color: #cce1da;
}

A.WebMenu:hover
{
	text-decoration: none;
}

.WebMenuFont{
	color: #F2EEDB;
}



