/********************* Basic CSS Style Sheet *********************/

#navb li
{
padding-bottom: 10px;
/* for IE5 and IE6 */
}

/********************* Table *********************/
 
#table1 {
  }
  
/************* All **************/	
#table1 td.all{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;}	 
  
/************* Bottom **************/
#table1 td.bot{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;}

/************* Top, Bottom **************/
#table1 td.top_bot{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;}

/************* Bottom, Lft, Right **************/	
#table1 td.lrb{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;}		

/************* Bottom, Right **************/	
#table1 td.rt{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;}   

/************* Bottom, Left **************/	
#table1 td.lft{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;}   

/************* Left **************/     
#table1 td.lftr{
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;} 	 
	
/************* Right **************/	
#table1 td.rgt{
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;}	
	
/************* Top, Bottom, Right **************/
#table1 td.top_bot_rt{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;}
	
/************* Top, Bottom, Left **************/
#table1 td.top_bot_lft{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;}	

/************* Top, Lft, Right **************/	
#table1 td.trb{
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
	-moz-border-radius-topleft: 3px 3px 3px 3px;}	
	
/************* Lft, Right **************/	
#table1 td.lft_rt{
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;}	

/************* Top, lft **************/
#table1 td.top_lft{
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;}
	
/************* Top **************/
#table1 td.top{
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;}
	
/************* Top, Right **************/
#table1 td.top_rt{
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;}	

TH{
	color : #000080;
	font-family : sans-serif;
	font-size : 16pt;
	font-weight : normal;
	text-align : center;
	}