/* CSS Document */
BODY {BACKGROUND: #ffffff; COLOR: #000000;margin: 0px;padding: 0px;font-family: verdana, sans-serif, arial}
.main { font-family:  Helvetica, Verdana, Arial, sans-serif; font-size: 12px;  }
a:link { color: #CC0000} 
a:hover { color: #FF3333; text-decoration: none} 
a:visited { color: #CC0000}
.small { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px;  } 
.large { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 18px;  } 
.caption { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 14px;  } 

hr {
      border-top: 1px solid #0000CC;
      border-bottom:none;
	  border-left:none;
	  border-right:none;
	  color: #fff;
      background-color: #fff;
      height: 4px;
    }
	TABLE.results
	{
		margin-top:0px;
		border-left: solid 1px #666;
		border-top: solid 1px #666;
		border-right: none;
		border-bottom: none;
		margin-left: 5;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
	
	TABLE.results TD
	{
		border-left: none;
		border-top: none;
		border-right: solid 1px #666;
		border-bottom: solid 1px #666;
		font-family: arial, helvetica, sans-serif;
	
	}
	

	TABLE.results TD TABLE TD, TABLE.results TD TABLE TH
	{
		border: none;
		
	}
	
	TABLE.SpecList
	{
		margin-top:0px;
		border-top: solid 1px #999999;
		border-left: solid 1px #999999;
		BACKGROUND-color: #CCCCCC; 
	}

	TABLE.SpecList TD
	{
		border-left: none;
		border-top: none;
		border-right: solid 1px #999999;
		border-bottom: solid 1px #999999;
		background-color: #EEEEEE;	
		font-family:Helvetica, Verdana, Arial, sans-serif;
		font-size:11px;
	}
	TABLE.SpecList TH {
		font-family :  Helvetica, Arial, Verdana, Geneva,, sans-serif;	
		font-size : 12px;	
		border-left: none;
		border-top: none;
		border-right: solid 1px #999999;
		border-bottom: solid 1px #999999;
		/*BACKGROUND-color: #ADBAEF; */
		BACKGROUND-COLOR: #015190;
		color: white;
		font-weight : bold;	
		text-align : center;
	}
	
  .subtitle {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 17px; 
	BACKGROUND: white; 
	COLOR: black; 
	border-bottom:dashed 1px gray;
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	TEXT-DECORATION: none;
	color: #000066;
   }


.tabon
{
	Background: #933; 
	COLOR: #ffffff;
}



a.tabon:link { color: #ffffff} 
a.tabon:hover { color: #ffffff; text-decoration: none} 
a.tabon:visited {color: #ffffff}

.taboff
{ 
	Background: #eee; 
	color: #000;
}
ul {
  list-style-type: none;
  overflow: auto;
  padding: 0;
  margin: 0;
  text-align:center;
}
ul li {
  float: left;
  border: 1px solid #999999;
  border-bottom: none;
  margin: 5px 5px;

}

ul li a {
  display: block;
  text-decoration: none;
   padding: 5px 25px;
  background: #eee;
}

* html ul li a {
width: 100;
}

ul li a:hover {
  	BACKGROUND: #933; 
	COLOR: #fff
}


