body {
	margin-top: 10px;
	background-color : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #7F7D7F;
}
a:link, a:active, a:visited {
color : #8c898c;
text-decoration: none;
font-size: 11px;
font-weight : bold;
}
a:hover {
color: #e49a44;
font-size: 11px;
text-decoration : none;
font-weight : bold;
}
.bktext {background-image : url(../images/bkg/travel.gif);background-repeat: no-repeat;}
.bktravellink{background-image : url(../images/bkg/travellink.gif);background-repeat: no-repeat;}
.bklink1 {background-image : url(../images/travel4a.gif);background-repeat: no-repeat;}
.bklink2 {background-image : url(../images/bkg/new/images/bkg/bklink2gif);}
.bktop {background-image : url(../images/bkg/ft.gif);background-repeat: repeat;}
.bktopr {background-image : url(../images/bkg/tr.gif);background-repeat: no-repeat;}
.bkrt {background-image : url(../images/bkg/fr.gif);background-repeat: repeat;}
.bklt {background-image : url(../images/bkg/fl.gif);background-repeat: repeat;}
.bkbtm {background-image : url(../images/bkg/fb.gif);background-repeat: repeat;}
/* End Backgroud links. Cyan boarder and travel1 is the orange w/text */
.bkglit {background-color: #e8fbf9;}/* bkg color*/
.bkglit1 {background-color: #e8fbf9;font-size: 11px;}/* bkg color*/
/* Start font styles */
.h1{font-size : 5pt;color: #e8fbf9;} /* to be used for h1 title */
.h2 {font-size : 25px;}
.h3 {font-size : 14pt;}
.title {
	font-size:18px;
	line-height:20px;
}
.subtitle {
	font-size:14px;
	font-weight : bold;
	line-height:15px;
}
.subline {
line-height:25px;
font-weight : bold;
}
.f10b {font-size: 11px;font-weight: bold;}
.f10 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #7F7D7F;
}
.f12 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #7F7D7F;
}

.nl{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;
}
.nlb{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;
    font-weight: bold;
}
.nlil{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;
	font-style: italic;
    font-weight: bold;
}
.nllg{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	color: #000000;
    font-weight: bold;
}
.fbbsp {font-size: 11px;font-weight: bold;letter-spacing: 1px;}
.fborg {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight : bold;color : #e49a44;}/* orange home page */
/* End font styles */
/* Bulleted Lists */  
ul#lists, ul#lists li{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #7F7D7F;
  list-style-type: disc;
  margin: 3px;
  padding: 2px;
  padding-left: 20px;
}
/* Home Main Menu */
ul#menu {
  width: 235px;
  list-style-type: disc;
  border-top: solid 1px #cc8a05; /* orange line above menu item */  
  margin: 3px;
  padding: 3px;
}
ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: circle; /* Submenu bullet*/
  margin: 6px; /* Indent for submenu */  
  padding: 3px;
}
ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #999898; /* Menu color */  
  font-weight : bold;
}
ul#menu li {
  border-bottom: solid 1px #cc8a05; /* Main Menu Bullet color - orange*/  
  color: #cc8a05;
  margin: 3px;
  padding: 3px;
}
ul#menu ol li {
  border-bottom: none;
}
ul#menu a {
  text-decoration: none;
}
ul#menu a:hover {
  color: #cc8a05;
}
ul#menu a.active { /* When clicked Main Menu color orange, sub gray, hover over sub is gray*/  
  color: #cc8a05;
}
ul#menu a.visited {
  color: #999989;
}

ul#trend { /*trends*/  
  text-align: center;
  width: 110px;
  list-style-type: disc; color:#cc8a05;
  border-top: solid 1px #cc8a05; /* Main Menu Bullet color - orange*/  
  margin: 3px;
  list-style-position:outside;
  margin-top: 0px;
  margin-left: 3px;/* Needed to set left align for margin for ie*/
  padding-left: 5px;
}
ul#trend li {
  color: #cc8a05;
  margin: 2px;
  }