.textcopy
 {
 	font-family: ms sans serif;
 	font-size: 12px;
	line-height: 15px;
 }
 
 .textcopybold
 {
 	font-family: ms sans serif;
 	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
 }
  .textcopyboldred
 {
 	font-family: ms sans serif;
 	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: red;
 }
 .textcopylarge
 {
 	font-family: ms sans serif;
 	font-size: 14px;
	line-height: 15px;
 }
 
 .textcopylargebold
 {
 	font-family: ms sans serif;
 	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
 } 
 
.textcopywhite
 {
 	font-family: ms sans serif;
 	font-size: 12px;
 	color: white;
	line-height : 17px;

 }
 .textcopywhiteSM
 {
 	font-family: ms sans serif;
 	font-size: 10px;
 	color: white;
	line-height : 12px;
	
 }
 
  .textcopySM
 {
 	font-family: ms sans serif;
 	font-size: 10px;
 	color: 000000;
	line-height : 12px;
	
 }
 .textcopyblue
 {
 font-family: ms sans serif;
 font-size: 12px;
 color: #003399;
 line-height : 17px;
 }
  .textcopybluehead
 {
 font-family: trebuchet ms, ms sans serif;
 font-size: 16px;
 color: #336699;
 font-weight: bold;
 }
   .textcopywhitehead
 {
 font-family: trebuchet ms, ms sans serif;
 font-size: 18px;
 color: #ffffff;
 font-weight: bold;
 }
   .textcopyredhead
 {
 font-family: trebuchet ms, ms sans serif;
 font-size: 16px;
 color: red;
 font-weight: bold;
 }
  .textcopyred
 {
 font-family: ms sans serif;
 font-size: 12px;
 color: red;
 line-height : 17px;
 }
  .textcopyorange
 {
 font-family: ms sans serif;
 font-size: 13px;
 color: #ffcc00;
 }

 .thininsetinput
 {
 border-style: inset;
 border-width: thin;
 }