﻿.one {
	  font-family: arial;
	  font-size: 12px;
	  font-style: normal;
	  font-weight: 500;
	  color: #666666;
} 
h2 { 
	font: 14px arial; 
	color: #333333;
	font-weight: 600;
}
h3 { 
	font: 13px arial; 
	color: #666666;
	font-weight: 600;
}
h4 { 
	font: 12px arial; 
	color: #999999; 
	font-weight: 600; 
}
a { 
	font: 12px arial; 
	font-weight: 500; 
	text-decoration: underline; 
	color: blue;
}
a:hover { 
	font: 12px arial; 
	font-weight: 500; 
	text-decoration: none; 
	color: blue;
}
a:hover { 
	font: 12px arial; 
	font-weight: 500; 
	text-decoration: none; 
	color: blue;
}
.footer { 
	font: 12px arial; 
	color: #333333;
	font-weight: 500;
	text-decoration: underline; 
}
@media print {
input.noPrint { display: none; }
}
td {
	  font-family: arial;
	  font-size: 12px;
	  font-style: normal;
	  font-weight: 500;
	  color: #666666;
}