/*
Copyright (C) 2003 FORTUNE DESIGN
Javascript Generator System Version 1.0
sales@fortunedesign.co.uk
http://www.fortunedesign.co.uk
Released under the GNU General Public License
*/

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #006699;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
  	font-family: Trebuchet MS;
	display: inline;
	color: #006699;
}

TD.header {
  font-family: Trebuchet MS;
  font-size: 30px;
  background: #ffffff;
  color: #006699;
  font-weight : bold;
}

TD.headerNavigation {
  font-family: Trebuchet MS;
  font-size: 10px;
  background: #86B0BD;
  color: #ffffff;
  font-weight : bold;
}

TD.headerBreadcrumbs {
  font-family: Trebuchet MS;
  font-size: 12px;
  background: #ffffff;
  color: #006699;
  font-weight : bold;
}

TD.left_column {
  font-family: Trebuchet MS;
  font-size: 10px;
  background: #86B0BD;
  color: #ffffff;
  font-weight : bold;
}

TD.left_column_nav {
  font-family: Trebuchet MS;
  font-size: 10px;
  background: #86B0BD;
  color: #ffffff;
  font-weight : bold;
}

TD.footerNavigation {
  font-family: Trebuchet MS;
  font-size: 10px;
  background: #86B0BD;
  color: #ffffff;
  font-weight : bold;
}

TD.infobox {
  background: #ffffff;
}

TD.infobox_header {
  font-family: Trebuchet MS;
  font-size: 10px;
  color: #ffffff;
  font-weight : bold;
}

TD.infobox_contents {
  font-family: "Trebuchet MS";
  font-size: 10px;
  background: #ffffff;
  color: 006699;
  font-weight : bold;
}

TD.main_curve {
  background: #ffffff;
}

TD.main_curve_column {
  background: #ffffff;
}

TD.main_info {
  font-family: Trebuchet MS;
  font-size: 14px;
  background: #ffffff;
  color: #006699;
}

TD.main_box_sub_heading {
  font-family: Trebuchet MS;
  font-size: 14px;
  color: #ffffff;
}

TD.main_box_descriptions {
  font-family: Trebuchet MS;
  font-size: 12px;
  color: #006699;
  font-weight : bold;
}

TD.main_box_small_descriptions {
  font-family: "Trebuchet MS";
  font-size: 10px;
  color: #FF0000;
}

TD.main_box_index_odd {
  font-family: Trebuchet MS;
  font-size: 12px;
  color: #006699;
  font-weight : bold;
  background: #E5E5E5;
}

TD.main_box_index_even {
  font-family: Trebuchet MS;
  font-size: 12px;
  color: #006699;
  font-weight : bold;
  background: #F5F5F5;
}

