/* CSS Document */

body			{background-color: #ffffff; margin: 0; padding: 0; 
                        font-family: arial, verdana, helvetica, sans-serif; font-size: 12pt; color: #000000;}



/* Headers */
h1 			{font-family: arial; font-size: 18pt; text-align: center; color: #000000; margin-top: 20px; }



/* Paragraph styles */	
p			{font-family: arial; text-align: center; font-size: 12pt; width: 750px; margin-left: 1px; margin-right: 1px;}


/* Tables */		
table.header		{border: none; width: 750px; font-family: arial; font-size: 10pt; text-align: center; }
table.forsale		{border: none; width: 600px; height: 150px; background-color: #ffffff; }
table.footer		{border: none;  width: 750px; font-family: arial; font-size: 8pt; text-align: center;}




/* TableCells */
td.header		{border: 0px; width: 750px; height: 200px;}
td.links		{border: 1px solid #333399; width: 250px; background-color: #cccccc; font-size: 90%; padding: 2px 2px 2px 2px;}
td.forsaleleft		{border: 1px solid #333399; width: 200px; height: 150px; }
td.forsaleright		{border: 1px solid #333399; width: 400px; height: 150px; font-size: 11pt; text-align: center; }
td.footer		{border-top: 1px solid #999999; padding: 8px 0px 8px 0px; }




/* Span styles */
span.forsaletop		{font-family: arial; font-size: 12pt; font-weight: bold; color: #ff0000; }
span.forsalebottom	{font-family: arial; font-size: 12pt; font-weight: bold; color: #ff0000; }




/* Horizontal rules */
hr 			{height: 1px;  width: 300px;  color: #333399;  margin-top: 10px;  margin-bottom: 10px;  align: center;}
hr.forsale 		{height: 1px;  width: 300px;  color: #333399;  margin-top: 5px;  margin-bottom: 5px;  align: center;}




/* Links */
a:link				{color: #333399;}
a:visited			{color: #333399;}
a:hover				{color: #FF0000;}




/* Images */
.photo			{border-width: 1px 1px 1px 1px;  border-style: solid; border-color: #999999; margin-top: 20px; margin-bottom: 20px; }





/* Other */
sup			{font-size: 90%;}