body 
{
	margin: 0;
	padding: 0px;
	font-family: sans-serif,helvetica;
	font-size: 100%;
	background-color: #EEEEEE;
	text-align: center;
}

img
{
	border: 0px;
}

TD, TH
{
	font-family: sans-serif,helvetica;
	font-size: 100%;
}

TEXTAREA, INPUT
{
	font-family: sans-serif,helvetica;
	font-size: 125%;
}

.LeftNavColumn
{
	background-color: #F2EEDB;
	border-right: solid 1px black;
}

.Footer
{
	background-color: #F2EEDB;
	text-align: center;
	border-top: solid 1px black;
}

.Search
{
	border-bottom: solid 1px black;
	background-color: #F7F5EA;
}

TD.HeaderRow
{
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	background-color: white;
	text-align: center;
	font-weight: bold;
}

TD.Box
{
	border-style: solid;
	border-color: #F2EEDB;
	border-width: 1px;
	background-color: white;
}

TH.Box
{
	border-style: solid;
	border-color: #F2EEDB;
	border-width: 1px;
}


.Button
{
	background-color: #F2EEDB;
	border: solid 1px black;
	cursor: pointer;
}

.TinyButton
{
	background-color: #f2f0e6;
	border: solid 1px gray;
	font-size: 80%;
	padding: 0px;
	cursor: pointer;
}

A:active
{
	color: navy
}

A:visited
{
	color: navy
}

A:link
{
	color: navy
}

A:hover
{
	text-decoration: none;
}

A.SmallText
{
	font-size: 90%;
}

.PageTitle
{
	font-size: 170%;
	color: black;
	text-align: left;
	border-bottom: solid 1px black;
	font-family: sans-serif,helvetica;
}

.LargeText
{
	font-size: 160%;
}

.MediumLargeText
{
	font-size: 130%;
}

.MediumText
{
	font-size: 110%;
}

.SmallText
{
	font-size: 85%;
}

.ShadedBox
{
	background-color: #F2EEDB;
	border: solid 1px black;
	padding: 8px;
}

.LightShadedBox
{
	background-color: #fcfbf7;
	border: solid 1px #F2EEDB;
	padding: 4px;
}

.MediumLightShadedBox
{
	background-color: #f7f5ea;
	border: solid 1px #F2EEDB;
	padding: 4px;
}

.SmallShadedBox
{
	background-color: #F2EEDB;
	border: solid 1px black;
	padding: 4px;
}

.TinyShadedBox
{
	background-color: #f7f5ea;
	border: solid 1px white;
	padding: 2px;
}

.SiteShadedBox
{
	background-color: #f7f5ea;
	border: solid 1px black;
	padding: 2px;
}

.recommended
{
	text-align: center;
}

TR.RowColorA TD
{
	background-color: #fcfbf7;
	border-bottom: solid 1px #eaeaea;
}

TR.RowColorB TD
{
	background-color: white;
	border-bottom: solid 1px #eaeaea;
}

TR.RowColorC TD
{
	background-color: white;
	border-bottom: solid 1px #eaeaea;
	border-top: solid 1px #c9c6b7;
}

DIV.MenuItem
{
	color: navy;
	font-weight: bold;
	padding: 10px;
}

DIV.ActiveMenuItem
{
	background-color: navy;
	font-weight: bold;
	color: gray;
	padding: 10pt;
}

DIV.p
{
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	margin: 0;
	padding: 0px;
}

DIV.hr
{
	border-top: 1px solid #906040;
	border-bottom: 1px solid #e0b090;
}

DIV.validate
{
	text-align: right;
}

.Help_Header
{
	color: navy;
	font-weight: bold;
}

P
{
	margin-top: 5px;
	margin-bottom: 10px;
}

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-color: #F2EEDB;
	font-weight: bold;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}

TR.TinyTableHeader TD
{
	background-color: #f7f5ea;
	font-size: 75%;
	font-weight: bold;
	border-bottom: solid 1px black;
}

TD.LabelColumn
{
	text-align: right;
	font-weight: bold;
	background-color: #F2EEDB;
	border: solid 1px black;
	padding: 8px;
	vertical-align: top;
}

TD.TinyLabelColumn
{
	text-align: right;
	font-weight: bold;
	background-color: #f7f5ea;
	border: solid 1px white;
	padding: 2px;
	vertical-align: top;
}

TD.TextColumn
{
	border-top: solid 1px #eaeaea;
	padding: 8px;
	vertical-align: top;
}

TD.TinyTextColumn
{
	border-top: solid 1px white;
	background-color: #f4f2e6;
	padding: 2px;
	vertical-align: top;
}

TD.TextColumnWithBottomBorder
{
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	padding: 8px;
}

TD.ControlBreak
{
	font-size: 130%;
	color: black;
	text-align: left;
	font-family: sans-serif,helvetica;
}

TD.spacer
{
	height: 15px;
}

