.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #333333}
.header {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #333333; line-height: normal}
.url {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #333333; text-decoration: underline}
.subhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #333333}
.smalltxt {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333}
.blinking {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #CC6600; font-weight: bold}

/* Menu bar styling */
/**
   MENU COLORS
   green: #669900, grn-fd.png
   brown-green: #767650
   
*/
#menuBorder {
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}
#menu {
 background: #FFFFCE;
 /*border-left: #9A9A66 27px solid;*/
 /*border-right: #673301 27px solid;*/
 font-size: 9pt;
 font-family: Arial, sans-serif;
 font-weight: bold;
 height: 27px;
}
div#menu div {
 padding: 0;
 margin: 0;
 float: left;
 height: 27px;
 width: 0px;
 /*border-left: #D5C891 27px solid;*/
}
#menu ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#menu ul li {
 float: left;
}
#menu ul ul {
 display: none;	
}
#menu ul li a:link, #menu ul li a:visited {
 padding: 0;
 display: block;
 padding-top: 5px;
 color: black;
 text-decoration: none;
 font-weight: bold;
}
#menu ul li a span {
 padding: 0 2px 0 2px;
 color: black;
}
#menu ul li a:hover {
 /*color: white;*/
 color: #767650;	
}
#menu #selected_item {
 color: #767650 !important;
}

/* Rates table formatting */
table.ratesTable {
	padding: 0px;
	border: none;
}
table.ratesTable td {
	padding-left: 10px;
}
table.ratesTable tr.headerRow td {
	padding-top: 5px;
}
table.ratesTable tr.divider td {
	padding-left: 0px;
}
table.featuresTable li {
	margin-bottom: 5px;
}


