body {
   background-image: url('/images/TO-Background.gif');
   background-repeat: repeat-x;
   background-color: #296B3D;
   margin: 0px;
}

.TO_BodyCopy {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	vertical-align: top;
}

/*-- box that holds the menu --*/
.menuBar {
	background-image: url('/images/TO-Nav-Orange-Center.gif');
	height: 30px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.menuItems {
   display :inline;
	float:left;
}
.menuItems a:hover, .menuItems a:active, .menuItems a:visited, .menuItems a:link {
		color: #FFFFFF;
}
/*-- idle state for root menu items --*/
.menuItems a 
{
   float:left;
   display:block;
   height:25px;/*30-5px*/
   padding-top:5px;
	white-space: nowrap;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: transparent url(/images/TO-Nav-Divider.gif) no-repeat top right;
	padding-right: 13px;
	padding-left: 13px;
	margin:0px
}

/*-- hover state for root menu items --*/
.menuItems a:hover {
    background:url('/images/TO-Nav-Green-Center.gif') repeat-x;
}

.ImageInterest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	width: 140px;
	height: 102px;
	text-align: left;
	text-indent: 0px;
	border: 1px solid #CCCCCC;
	background-position: left center;
	background-repeat: no-repeat;
}

.LinksInterest {
   color: #FFFFFF;
	bottom: 0; 
	display: block; 
	position: absolute;
	font-size: 11px;
	margin-left: 4px;
	margin-bottom: 9px;
}

.Header {
	margin-bottom:2px;
	margin-right:5px;
	font-size:12px;
	color: #FFFFFF;
}

.Header a:link {
   font-weight: bold;
	color: #FFFFFF;
   text-decoration: none;
}

.Header a:visited {
   font-weight: bold;
	color: #FFFFFF;
   text-decoration: none;
}

.Header a:hover {
	color: #e3e3e3;
   text-decoration: underline;
}

.Header a:active {
	color: #e3e3e3;
   text-decoration: underline;
}

.DataGridHeaderStyle td a.helpLink
{
	color: #FF6600;
}

.TO_CreditLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	text-align: center;
}

.TableHead {
	color: #FFFFFF;
}

.Buy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
