html					{	} 

body 					{ 	color: black; 
							background-color: white; 
							font-size: 14px;
							line-height: 18px; 	
							font-family: "Times New Roman", Times, serif; 
							color: black;  } 

td						{	font-size: 14px;	
							line-height: 18px; 	
							font-family: "Times New Roman", Times, serif; 
							color: black;  } 
							
form 					{	margin: 0px;}
hr	 					{	margin: 0px;}

.xlarge					{	font-size: 18px; line-height: 22px; }
.large					{	font-size: 16px; line-height: 20px; }
.medium					{	font-size: 14px; line-height: 18px; }		
.small					{	font-size: 12px; line-height: 16px; }

.xlarge_green			{	font-size: 18px; line-height: 22px; color: #006329; }
.large_green			{	font-size: 16px; line-height: 20px; color: #006329; }
.medium_green			{	font-size: 14px; line-height: 18px; color: #006329; }
.small_green			{	font-size: 12px; line-height: 16px; color: #006329; }	

.medium_red				{	font-size: 14px; line-height: 18px; color: red; }
.medium_blue			{	font-size: 14px; line-height: 18px; color: blue; }

a:link 					{ color: #006329 ; text-decoration: underline; }
a:visited 				{ color: #006329 ; text-decoration: underline; }
a:hover 				{ color: black ; text-decoration: underline; }
a:active 				{ color: black ; text-decoration: underline; }
