html					{	margin: 0px;} 

body 					{ 	margin: 0px;
							background-color: white;		
							background-image: url(../images/background/bg.jpg); 
							background-repeat: no-repeat;
							background-attachment:fixed;
							font-size: 12px;
							font-family: "Verdana"; 
							color: #555555;  } 

td						{	font-size: 12px;
							font-family: "Verdana"; 
							color: #555555;  } 
		
form 					{	margin: 0px;}			
hr	 					{	margin: 0px;}

.content_s				{	font-size: 10px; }
.content_sm				{	font-size: 11px; }
.content_m				{	font-size: 12px; }
.content_l				{	font-size: 13px; }
.content_xl				{	font-size: 14px; } 
		
.gray					{	color: #555555;  } 
.maroon					{	color: #5c0020;  } 
.orange					{	color: #dd9e37;  } 

.indent 				{ 	margin-left: 75px; }
.photo 					{ 	margin-top: 33px; }						
.mini_dropdown			{	font-size: 9px;}
	
a:link 					{ color: #dd9e37; text-decoration: none; }
a:visited 				{ color: #dd9e37; text-decoration: none; }
a:hover 				{ color: #5c0020; text-decoration: underline; }
a:active 				{ color: #5c0020; text-decoration: underline; }
