#InternalTop /* container for header and primary nav on internal pages */
{
	margin: 0px;
	height: 90px;
}
#InternalHeader /* container for the header on internal pages */
{
	margin: 0px;
	height: 44px;
	text-align: left;
}
#SecondaryNav /* container for the secondary nav area */
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background-color: #A5BAE7;
}
#GlobalOne /* container for internal Global One nav area (thinner than home page) */
{
	margin: 0px;
	height: 117px;
	background-color: #112C7B;
	font-family: Arial;
	width: 130px;
}
A.SecondaryNavLinks /* style for the secondary nav links */
{
	display: block;
	margin: 5px 0px 5px 8px;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: -.05em;
	color: #000000;
}
A.GlobalOneLinks /* style for the links of the Global One nav area */
{
	/* the lines below are required for proper positioning in IE5 for Win */
	width: 130px; /* IE5 Win height */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 120px; /* IE6/NN6 height */
	}
   html>body A.GlobalOneLinks
   {
	width: 120px; /* IE6/NN6 height */
	/* end of IE5 for Win fix */
}
A.SecondaryNavLinks:visited
{
	color: #000000;
}
A.SecondaryNavLinksNoUnderline /* style for the secondary nav links */
{
	display: block;
	margin: 5px 0px 5px 8px;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: -.05em;
	color: #000000;
	text-decoration: none;
}
A.SecondaryNavLinksNoUnderline:visited
{
	color: #000000;
}
A.Prospectus /* style for the Global One title */
{
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.Prospectus:hover /* style for the Global One title */
{
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.Prospectus:visited /* style for the Global One title */
{
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: normal;
	color: #FFFFFF;
	text-decoration: none;
}
SELECT
{
	margin-bottom: 5px;
}
SELECT.InternalIWantTo /* positioning for the "I want to" dropdown on internal pages */
{
	position: absolute;
	top: 13px;
	right: 5px;
}
UL.Sub
{
	list-style-type: circle;
}
UL.Up
{
	margin-top: -15px;
}
OL.Up
{
	margin-top: 0px;
}
.GeneralContent /* style for content of internal pages */
{
	line-height: 1.4em;
	font-family: Arial;
	font-size: 10pt;
}
.DidYouKnow /* positioning for the Did You know graphic */
{
	margin: 20px auto 0px 30px;
}
.Imgwrap /* style for text wrapping around images */
{
	PADDING-RIGHT: 6px; 
	PADDING-BOTTOM: 6px;
	float:left
}
.AuctionTable /* style for vendor tables */
{
	border: solid 1px #112C7B;
}
.AuctionTable TH /* style for headers in vendor tables */
{
	background-color: #112C7B;
	font-size: 9pt;
	color: #FFFFFF;
	border: solid 1px #112C7B;
	height: 20px;
	
}
.AuctionTable TH A
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.AuctionTable TH A:visited
{
	color: #FFF;
}
.AuctionTable TH A .Selected
{
	text-decoration: underline;
}
.AuctionTable TD
{
/*	background-color: #FFFFFF; */
	font-size: 9pt;
	padding: 4px;
	height: 25px;
	font-weight:normal;
	letter-spacing: normal;
	color: #000000;
	text-decoration: none;
	border-right: solid 1px #112C7B;
	border-bottom: solid 1px #112C7B;
}
.ExternalAuctionLink
{
	background: Transparent url(/images/external_link.gif) no-repeat right;
	padding: 0 10px 0 0;
}

