
:root { overflow-y: scroll; }
body
{
	background-color: transparent;
	FONT-FAMILY: verdana, arial, helvetica, sans-Serif;
	FONT-SIZE: 12px;
	COLOR: White;
}
table
{
	FONT-FAMILY: verdana, arial, helvetica, sans-Serif;
	font-size: 11px;
	color: Black;
}
A			{ text-decoration: none; 
color: #D2691E;}

A:visited	{
	color: #D2691E;
}
A:active	{
	color: #D2691E;
}
A:hover		{
	color: #B8860B;
	text-decoration: underline;
}



/* PAGE HEADER STYLES */



TR.header {

	background: transparent;

}



TR.headerNavigation {
	background: #CBB286;
}



TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #CBB286;
	color: #ffffff;
	font-weight: bold;
}



.headerNavigation A { 

  color: #FFFFFF; 

}



.headerNavigation A:hover {

  color: #ffffff;

}

.headerNavigation A:visited	{
	color: #ffffff;
}


/* PAGE BODY STYLES */
.pageBody
{
	FONT-FAMILY: verdana, arial, helvetica, sans-Serif;
	FONT-SIZE: 11px;
	COLOR: Black;
	background-color: transparent;
}
.pageBody TABLE
{
	FONT-FAMILY: verdana, arial, helvetica, sans-Serif;
	FONT-SIZE: 11px;
	COLOR: #484754;
}
.pageBody A			{ text-decoration: none; }
.pageBody A:link	{ color: #B8860B; }
.pageBody A:visited	{ color: #B8860B; }
.pageBody A:active	{ color: #B8860B; }
.pageBody A:hover	{
	color: #B8860B;
	text-decoration: underline;
}
.pageBody A:hover IMG { filter:alpha(Opacity=70); -moz-opacity: 0.70; }






/* PAGE FOOTER STYLES */
.pageFooter
{
	FONT-FAMILY: verdana, arial, helvetica, sans-Serif;
	FONT-SIZE: 9px;
	COLOR: #999999;
}
.pageFooter TABLE
{
	FONT-FAMILY: verdana, arial, helvetica, sans-Serif;
	FONT-SIZE: 9px;
	COLOR: #999999;
}
.pageFooter A			{ text-decoration: none; }
.pageFooter A:link		{ color: #999999; }
.pageFooter A:visited	{ color: #999999; }
.pageFooter A:active	{ color: #999999; }
.pageFooter A:hover		{ color: #FFFFFF; text-decoration: underline; }







/* GLOBAL STYLES */
.textHeading1		{ FONT-SIZE: 20px; }
.textHeading2		{ FONT-SIZE: 16px; }
.textHeading3		{ FONT-SIZE: 12px; }
.textLarger			{ font-size: 13px; }
.textSmaller		{ font-size: 9px; }
.textError			{ color: #FF3963; font-weight: bold; }
.textDull			{ color: #999999; }
.cellRollOver		{ cursor: pointer; }
.cellRollOut		{ background-color: Transparent; }

.InfoIcons
{
	/* Help Cursor for Infomation Icons */
	cursor: help;
}
.Currency
{
	font-size: smaller;
	cursor: help;
}
.Buttons
{
	font-family:  arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	cursor: hand;
	width: 80px;
}
.ButtonsWide
{
	font-family:  arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	cursor: hand;
	width: 150px;
}
.dButtons
{
	/* used when preventing multiple button clicks */
	font-family:  arial, helvetica, sans-serif;
	font-size: 11px;
	color: #484754;
	border-width: 1px 1px 1px 1px;
	cursor: wait;
	width: 80px;
}
.dropDownLists
{
	font-family:  arial, helvetica, sans-serif;
	font-size: 12px;
	color: #484754;
	border: solid 1px #484754;
	margin-top: 2;
}
.inputBoxes
{
	font-family:  arial, helvetica, sans-serif;
	font-size: 12px;
	color: #484754;
	border: solid 1px #484754;
}
.checkBoxes
{
	font-family:  verdana, arial, helvetica, sans-Serif;
	font-size: 11px;
	color: #484754;
}

/* Scrollbars Style */
.scrollBars 
{
	SCROLLBAR-FACE-COLOR: #F3F3ED;
	SCROLLBAR-TRACK-COLOR: #d7d7c4;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-3DLIGHT-COLOR: #d7d7c4; 
	SCROLLBAR-DARKSHADOW-COLOR: #d7d7c4; 
	SCROLLBAR-ARROW-COLOR: #d7d7c4; 
	SCROLLBAR-BASE-COLOR: #d7d7c4; 	
}






/
.hmButtons
{
	/* Hidden buttons */
	width: 0px;
	visibility: hidden;
	display: none;
}
