body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

a   {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #666666;
}

a:hover {
color: #000000;
}

td  {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.mainborder {
	border-color : 666666;
	border-style : solid;
	border-width : 1px;
}

.td8 {
	font-family: Arial;
	color: Black;
	font-size: 14px;
}

.td9 {
	font-family: Arial;
	color: Black;
	font-size: 14px;
	text-align: center;
}

.footer_cap {
	font-family: arial;
	color: black;
	background-color: #CCFFFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


.homelist {
	list-style: none;
	padding: 0;
	margin: 10px 0px 0px 10px;
}
	
.homelist li {	
	background-image: url(img/home_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 12px;
	font-weight: bold; 
}

a.btn-specs,
a.btn-draw,
a.btn-graph {
  display: block;
  text-indent: -4000px;
  height: 20px;
}

a.btn-specs {
  width: 16px;
  background: url(img/series/btn_specs.gif) no-repeat;
}

a.btn-draw {
  width: 32px;
  background: url(img/series/btn_draw.gif) no-repeat;
}

a.btn-graph {
  width: 32px;
  background: url(img/series/btn_graph.gif) no-repeat;
}

a.btn-specs:hover,
a.btn-draw:hover, 
a.btn-graph:hover {
  background-position: bottom;
}

