html					{	} 

body 					{ 	background-color: white;
							margin: 0px;
							font-size: 12px;
							line-height: 14px; 
							font-family: georgia; 
							color: black; }

td						{	font-size: 12px;
							line-height: 14px; 			
							font-family: georgia; 
							color: black; } 

form 					{	margin: 0px;}
hr	 					{	margin: 0px;}

.mini_dropdown			{	font-size: 9px;}

.content				{	padding-left: 25px; 			
							padding-top: 25px; }

.title_l				{	font-size: 18px; 
							line-height: 18px; 
							color: #089b0d;}
							
.title_s				{	font-size: 14px; 			
							line-height: 18px; 
							color: #089b0d;}
							
.subtitle				{	font-size: 14px; 		
							line-height: 18px; 			
							color: black;}

.small					{	font-size: 10px; line-height: 12px; }
.green					{	color: #089b0d; }

a:link 					{	color: #089b0d; text-decoration: none; }
a:visited 				{ 	color: #089b0d; text-decoration: none; }
a:hover 				{ 	color: #089b0d; text-decoration: underline; }
a:active 				{ 	color: #089b0d; text-decoration: underline; }


