html					{	} 

body 					{ 	margin: 25px;
							color: black; 
							font-family: "trebuchet ms"; 
							font-size: 11px;
							line-height: 12px;										
							background-color: white; 
							background-repeat: no-repeat; 
							background-attachment: fixed; }


.background_announcements	{	background-image: url(../images/bg_announcements.jpg); }
.background_agents			{	background-image: url(../images/bg_agents.jpg); }
.background_biography		{	background-image: url(../images/bg_biography.jpg); }
.background_buying			{	background-image: url(../images/bg_buying.jpg); }
.background_contact			{	background-image: url(../images/bg_contact.jpg); }
.background_information		{	background-image: url(../images/bg_information.jpg); }
.background_ourlistings		{	background-image: url(../images/bg_ourlistings.jpg); }
.background_renting			{	background-image: url(../images/bg_renting.jpg); }
.background_schoolinfo		{	background-image: url(../images/bg_schoolinfo.jpg); }
.background_selling			{	background-image: url(../images/bg_selling.jpg); }
.background_services		{	background-image: url(../images/bg_services.jpg); }
.background_terms			{	background-image: url(../images/bg_terms.jpg); }
.background_welcome			{	background-image: url(../images/bg_welcome.jpg); }

td						{	color: black; 
							font-family: "trebuchet ms"; 
							font-size: 11px;}
							
form 					{	margin: 0px;}
hr	 					{	margin: 0px;}
				
.content_header_large	{	font-size: 16px; line-height: 17px; } 
.content_header_small	{	font-size: 14px; line-height: 15px; }  

.content_s				{	font-size: 9px; line-height: 10px; } 
.content_sm				{	font-size: 10px; line-height: 11px;} 		
.content_m				{	font-size: 11px; line-height: 12px;} 
.content_l				{	font-size: 12px;  line-height: 13px;}  
.content_xl				{	font-size: 13px; line-height: 14px;} 
.content_minisub		{	font-size: 5px; line-height: 5px;}  

.pink_s					{	font-size: 9px; color: #ff5773; line-height: 10px; }  
.pink_sm				{	font-size: 10px; color: #ff5773; line-height: 11px; } 
.pink_m					{	font-size: 11px; color: #ff5773; line-height: 12px; }  
.pink_l					{	font-size: 12px;  color: #ff5773; line-height: 13px; }  
.pink_xl				{	font-size: 13px; color: #ff5773; line-height: 14px; } 

.blue_s					{	font-size: 9px; color: #57aaff; line-height: 10px; }  
.blue_sm				{	font-size: 10px; color: #57aaff; line-height: 11px; }  
.blue_m					{	font-size: 11px; color: #57aaff; line-height: 12px; } 
.blue_l					{	font-size: 12px;  color: #57aaff; line-height: 13px; }  
.blue_xl				{	font-size: 13px; color: #57aaff; line-height: 14px; }  

.error_gray				{	font-size: 10px; color: gray; line-height: 11px; }  
.error_red				{	font-size: 10px; color: red; line-height: 11px; }   

.mini_dropdown			{	font-size: 9px;}
	
a:link 					{ color: #57aaff; text-decoration: none; }
a:visited 				{ color: #57aaff ; text-decoration: none; }
a:hover 				{ color: #0080ff ; text-decoration: underline; }
a:active 				{ color: #0080ff ; text-decoration: underline; }

