/* 	astyle.css  Main style for all pages */
 

BODY
{
	font-family: Verdana, Arial, sans-serif;
	background-color: LightGray;	
	}
/* =============
a: Link, Hover, Visited - see below
<BODY LINK="#000000" ALINK="#00FFFF" VLINK="#FF0000" BACKGROUND="../images/back025.jpg">
	background-color: MintCream;	
	background-color: PaleGoldenrod;	
	background-color: Aquamarine;	
	background-color: PowderBlue;	
	background-color: LightSteelBlue;	
===============*/

P, BLOCKQUOTE, UL, TD, DT { 
	font-size: 90%; 
	}

.biggreen { 
	font-size: 130%; 
	font-weight: bold;
	color: #009900;     /* Green */
	}

.cfgray { 
	color: #333333;     /* Gray */
	}

.cfyellow { 
	background-color: #FFFFCC;	/* yellow pale */
	}


.clickhere { 
	font-size: 80%; 
	color: #000000;     /* Black */
	color: #333333;     /* Gray */
	font-weight: bold;
	}

.copyright { 
	font-size: 80%; 
	color: #333333;     /* Gray */
	}
.intro { 
	font-size: 90%; 
}
.low { 
	font-size: 90%; 
	margin-top: 3px;
	margin-bottom: 3px;
}

.serif {
	font-size: 110%; 
    font-family: times, roman, garamond serif;
}



.top { 
	font-size: 90%; 
	margin-top: 0px;
}


.tophead { 
	font-size: 160%; 
	font: Palatino;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #009900;     /* Green */
}

.tableproperties { 
	background-color: #FFFFCC;	/* yellow pale */
	}
.tabborder { 		/* Left Column Strip Table */ 
	background-color: #009900;     /* Green */
  }
.tabclickbox { /* Right Column Box Borders */
	width: 66 px;
	background-color: #FF33FF;
	background-color: #009900;     /* Green */
   }
.tableftouter { /* Left Column Border */
	background-color: #FF33FF;     /* Pink */
	background-color: #009900;     /* Green */
   }

.trclickbox { /* Right Column Box Borders Not Working */
	background-color: #009900;     /* Green */
   }
.trleftouter { /* Left Column 2nd Border, not using */
	background-color: #FFFFFF;
   }
.trtoptable { /* Top of Page Table Border */
	background-color: #666666;
   }


.tdbig { 		/* Ref List of Properties */ 
	font-size: 110%; 
	font: Palatino;
	font-weight: bold;
  }
.tdmed { 		/* Ref List of Properties */ 
	font-size: 100%; 
	font: Palatino;
	font-weight: bold;
  }
.tdwhite { 		/* Left Column Strip Table */ 
	background-color: #FFFFFF;     /* White */
  }

.tdclickbox { 		/* Left Column Strip Table */ 
	background: #FFFFFF;
  }
.tdleftouter { 		/*  */ 
	background: #FFFFFF;
  }
.tdtoptable { 		/*  */ 
	background: #FFFFFF;
  }


/* ======= MAIN ======= */

H1 {
    font-size: 170%;
    margin-top: 0px;
    margin-bottom: 4px;
	color: #009900; 
    font-family: Palatino; 
    background: transparent;
    text-align: center;
}

H2, H4, H5 {
   margin-top: 0px;
   background: transparent;
   text-align: left;
}

H2 {
    font-family: times, roman, garamond serif;
}
/* 
	font-family: Verdana, Arial, sans-serif;

*/


H3 {
   background: transparent;
   text-align: left;
/* 	color: #993355 */
}



a:link  {
	font-weight: normal;
	text-decoration: none;
	color: navy;
	}

a:visited  {
	font-weight: normal;
	text-decoration: none;
	color: #006600;
	}

a:hover, a:active  {
	text-decoration: underline;
	color: #FF6600;
	}

.xxx {
	background-color: #0000CC;	/* blue dark */
	background-color: #0033FF;	/* blue mid */
	background-color: #CCFFFF;	/* blue pale */
	background-color: #009900;	/* green dark */
	background-color: #FF6633;	/* orange (special offers) */
	background-color: #FF00FF;	/* pink (Paris hotels) */
	background-color: #FFFFCC;	/* yellow pale */
	background-color: #FFFFFF;	/* white */
	background-color: #CCFFFF;	/* blue pale */
	background-color: #FFFFCC;	/* yellow pale */
	color: #FF6600;   /* Orange Visited Links */
	color: #990000;	/* DkRed - N.B. */
	color: #663300;	/* Brown - Ref */
	}
