<STYLE type="text/css" MEDIA="ALL">
   #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;}	
	
/************* 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;}	
					 
 h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: x-large;
	font-style: normal;
}
 h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: large;
	font-style: normal;
}
 h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: medium;
	font-style: normal;
}
 h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	font-size: medium;
	font-style: normal;
}
 h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: small;
	font-style: normal;
}
 h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	font-size: medium;
	font-style: normal;
	margin-top: 5px;
}
</STYLE> 