/* CSS Document */

TD.fontstyle1 {
	font-family: Arial;
	font-size: 11px;
	
	color: #000000;
 	text-decoration: none;
}
A.fontstyle1 { 
  color: #000000; 
  text-decoration: none;
}

A.fontstyle1:hover {
  color: #A9B8DF;
  text-decoration: underline
}
TR.fontstyle {
  background: #f7f7f7;
}

TD.fontstyle {
	font-family: Arial;
	font-size: 11px;
	background: #f7f7f7;
	color: #666666;
 	text-decoration: none;
}

A.fontstyle { 
  color: #666666; 
  text-decoration: none;
}

A.fontstyle:hover {
  color: #A9B8DF;
  text-decoration: underline
}
TR.search {
  background: #f7f7f7;
 }

TD.search {
	font-family: Arial;
	font-size: 11px;
	background: #f7f7f7;
	color: #007dc3;
	text-decoration: none;
	float: left;	
}
A.title { 
  color: #666666; 
  text-decoration: none;
  
}

A.title:hover { 
  color: #666666; 
   text-decoration: underline;
  
}

A.search { 
  color: #007dc3; 
  text-decoration: none;
  
}

A.search:hover {
  color: #A9B8DF;
  text-decoration: underline;
}
.txbox
{
font-size:9px;

}

TR.left {
  background: #ffffff;
 }

TD.left {
	font-family: Arial;
	font-size: 11px;
	background: #ffffff;
	color: #666666;
	text-decoration: none;
	font-weight:bold;	
}

A.left { 
  color: #007dc3; 
  text-decoration: none;
  
}

A.left:hover {
  color: #A9B8DF;
  text-decoration: underline;
}

A.leftself { 
  color: #666666; 
  text-decoration: none;
  
}

A.leftself:hover {
  color: #666666;
  text-decoration: underline;
}
.line {
	color: #CCCCCC;
	line-height: 2px;
}

TR.left_sub {
  background: #ffffff;
 }

TD.left_sub {
	font-family: Arial;
	font-size: 11px;
	background: #ffffff;
	color: #007dc3;
	text-decoration: none;
		
}

A.left_sub { 
  color: #007dc3; 
  text-decoration: none;
  
}

A.left_sub:hover {
  color: #A9B8DF;
  text-decoration: underline;
}



TD.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
A.bottom {
	color: #666666;
	text-decoration: none;
}
A.bottom:hover {
	color: #666666;
  text-decoration: underline;
}
<!--
TD.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	
}
A.copyright {
	color: #666666;
	text-decoration: none;
}
A.copyright:hover {
	color: #666666;
  text-decoration: underline;
}
A.top {
	font-family: Arial;
	font-size: 11px;
	color: #007dc3;
	text-decoration: none;
}
A.top:hover {
	color: #A9B8DF;
  text-decoration: underline;
}