html					{	} 

body 					{ 	background-color: white; 
							margin: 0px;
							font-family: Arial;
							font-size:12px;
							color: #404040; }

td	 					{ 	font-family: Arial;
							font-size:12px;
							color: #404040; }
							
form 					{	margin: 0px;}			
hr	 					{	margin: 0px; padding:0;}																		

.mini_dropdown 			{ 	font-size: 9px; }	

.content				{	margin-left: 60px; }
.footer					{	margin-right: 30px; }	

.map_border				{	border: solid 1px black; }					

.small					{	font-size: 11px; line-height:13px; }
.smedium				{	font-size: 12px; line-height:14px; }
.medium					{	font-size: 13px; line-height:15px; }
.large					{	font-size: 14px; line-height:16px; }
.xlarge					{	font-size: 15px; line-height:17px; }

.small_red				{	font-size: 11px; line-height:13px; color: #a40010; }
.smedium_red			{	font-size: 12px; line-height:14px; color: #a40010; }
.medium_red				{	font-size: 13px; line-height:15px; color: #a40010; }
.large_red				{	font-size: 14px; line-height:16px; color: #a40010; }
.xlarge_red				{	font-size: 15px; line-height:17px; color: #a40010; }

.small_blue				{	font-size: 11px; line-height:13px; color: #2060c0; }
.smedium_blue			{	font-size: 12px; line-height:14px; color: #2060c0; }
.medium_blue			{	font-size: 13px; line-height:15px; color: #2060c0; }
.large_blue				{	font-size: 14px; line-height:16px; color: #2060c0; }
.xlarge_blue			{	font-size: 15px; line-height:17px; color: #2060c0; }

.small_black			{	font-size: 11px; line-height:13px; color: black; }
.smedium_black			{	font-size: 12px; line-height:14px; color: black; }
.medium_black			{	font-size: 13px; line-height:15px; color: black; }
.large_black			{	font-size: 14px; line-height:16px; color: black; }
.xlarge_black			{	font-size: 15px; line-height:17px; color: black; }

a:link					{	color: #a40010; text-decoration: none; }
a:visited				{	color: #a40010; text-decoration: none; }
a:hover 				{	color: #2060c0; text-decoration: underline; }
a:active 				{	color: #2060c0; text-decoration: underline; }
