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;}

.border					{	border:1px solid #089b0d; }

.mini_dropdown			{	font-size: 9px;}

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

.title_home_l			{	font-size: 15px; line-height: 18px; }								
.title_home_s			{	font-size: 13px; line-height: 16px; }			

.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; }
.small					{	font-size: 10px; line-height: 12px; }
.green					{	color: #089b0d; }

.xl						{	font-size: 14px; line-height: 16px; }
.l						{	font-size: 13px; line-height: 15px; }
.m						{	font-size: 12px; line-height: 14px; }
.sm						{	font-size: 11px; line-height: 13px; }
.s						{	font-size: 10px; line-height: 12px; }

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; }


