/* Used for "characters left" on character limited HTML textareas, and also for some of the "successful update" messages */

.redChars

{

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 11px;	

	line-height: 16px;

	font-weight: normal;

	font-variant: normal;

	color:#FF0000;

}


/* Used for "characters left" on character limited HTML textareas, and also for some of the "successful update" messages */
.error
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color:#FF0000;
}


/* General text used throughout the website that does not have a class specified */

body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-color: #616161;
	
}



/* Text used for general content on the website*/

.bodytext {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 11px;	

	line-height: 16px;

	font-weight: normal;

	font-variant: normal;

	color: #616161;

}

/* Text used for general content on the website*/

.bodytext_fpl {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 11px;	

	line-height: 16px;

	font-weight: normal;

	font-variant: normal;

	color: #616161;

}



/* Text used to signify a form field */

.formtext {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 16px;

	font-weight: bold;

	font-variant: normal;

	color: #1E1E34;

}



/* Small text for smaller areas */

.smalltext {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;

	font-variant: normal;

	color: #DBA20C;

}



/* Text used to signify that a form field is required */

.required

{

	font-size: 20px;

	color: #FF0000;

}



/* Changes text for various specified hyperlinks throughout site (front page listings, listings, directory, articles)*/

.link_body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;	

	line-height: 16px;

	font-weight: bold;

	font-variant: normal;

	color: #DBA20C;

}

/* Changes text for front page listings)*/

.link_body_fpl {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;	

	line-height: 16px;

	font-weight: bold;

	font-variant: normal;

	color: #DBA20C;

}



/* Changes larger sub-title font across site. Used for many different pages */

.link_body_big {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;	

	line-height: 16px;

	font-weight: bold;

	font-variant: normal;

	color: #DBA20C;

}



/* Changes text for front page listings' prices */

.bold_body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-height: 20px;

	font-weight: bold;

	font-variant: normal;

	color: #DBA20C;

}

/* Changes text for front page listings' prices */

.bold_body_fpl {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-height: 20px;

	font-weight: bold;

	font-variant: normal;

	color: #DBA20C;

}



/* Changes text for link exchange links */

.linkexchange {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;	

	line-height: 16px;

	font-weight: bold;

	font-variant: normal;

	color: #DBA20C;

}



.headline18

/* Changes text on article view, city view, and directory category view */

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #1E1E34;

	font-weight: bold;

}



.headline15

/* Changes text on article view, city view, and directory category view */

{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #1E1E34;

	font-weight: bold;

}



.wsheadline, td

/* changes <td> and other specified headlines text throughout site */

{

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #1E1E34;

	font-weight: bold;

}







/* changes the <input>, <select>, <textarea>, and <a> tags throughout site */

input, select, textarea,a

{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;	

	line-height: 16px;

	font-weight: normal;

	font-variant: normal;

	color: #616161;

}



.marketReportComments

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #1E1E34;

	font-weight: bold;



}
.whiteText

{

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FFFFFF;

	font-weight: bold;



}