body {
  color: #333;
  background-color: #fff;
  padding: 0;
  margin:0;
  background-image: url('images/bg_body.gif');
  background-repeat: repeat-x;
}
a:link {	
	color: #0B408E; 
        font-family: Verdana, Arial, Helvetica;
        font-size: 8pt;
        text-decoration: none;
}
a:visited {	
	color: #333333; 
}
a:hover { 
	color: #FF0000; 
        text-decoration: underline;
}
a:active {	
	color: #000000; 
}
#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
}
h1 {
font-size: 27px;
  font-weight: bold;
  font-family: times new roman;
  margin-bottom: 30px;
  color: #333;
  text-align: center; 
  margin: 0;
  padding: .25em;
}
h2 {
  font-size: 1.5em;
  color: #333333;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-top: .25em;
}
h3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 15px 0;
	color: #333;
	text-align: left;
}
p {
  font-family: arial;
  font-size: 13px;
  color: #333;
  margin-bottom: 15px;
  text-align: justify;
}
table.facts {
	margin: 60px auto 60px auto;
	border-collapse: collapse;
}
img {
  border: none;
}
div#header {
  height: 83px;
  background-color: #6699CC;
  background-image: url('images/bg_head.gif');
  background-repeat: no-repeat;
}
div#menu {
  clear: all;
  height: 37px;
  background: url(images/bg_header.jpg) repeat-x;
}
div.search {
  color: #FFF;
  float:right;
  padding:8px;
  font-size:0.8em;
  height:10px;
}
div.search input {
  font-size:1em;
  width: 10em;
}
div#footer {
  clear: all;
  text-align: center;
  font-size: 0.8em;
  color: #666666;
  height: 1.5em;
  border-top: #CCCCCC 1px solid;
  padding-top: 15px;
  margin: 20px;
  bottom: 0;
}
ul#topnav {
  margin: 0;
  padding: 0 0 0 25px;
  list-style: none;
} 
#topnav li {
  float: left;
  margin: 0;
  padding: 0 0 0 15px;
  height: 35px;
  background: url(images/tab2a.jpg) repeat-y;
}
#topnav li#active {
  padding: 0 0 0 17px;
  background: url(images/tab1a.jpg) repeat-y top left;
}
#topnav li:hover {
  background-position: 0% -203px;
}
#topnav a {
  display: block;
  float: left;
  padding: 5px 15px 2px 0;
  height: 29px;
  text-decoration: none;
  font-size: 0.8em;
  border-bottom: none;
  color: #efefef;
  background: url(images/tab2b.jpg) repeat-y top right;
  width: 7em;
  text-align: center;
}
#topnav li#active a {
  padding: 5px 17px 0 0;
  display: block;
  font-size: 0.85em;
  font-weight: bold;
  color: #fff;
  height: 26px;
  background: url(images/tab1b.jpg) repeat-y top right;
}
#topnav li:hover a {
  background-position: 100% -203px;
  color: #444;
}
ul#subnav {
  margin: 0;
  padding: 0 0 0 25px;
  list-style: none;
  border: none;
}
.content {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	width: 490px;
	float: left;
}
a.links:link {
	color: #0000ff;
	font-family: arial;
	font-size: 15px;
	font-weight: ;
        text-decoration: underline;
}
a.links:visited {
	color: #333333;
	font-family: arial;
	font-size: 15px;
	font-weight: ;
}
a.links:hover {
	color: #0000ff;
	font-family: arial;
	font-size: 15px;
	font-weight: ;
        text-decoration: underline;
}
a.links:active {
	color: #0000ff;
	font-family: arial;
	font-size: 15px;
	font-weight: ;
}
