/* Style sheet for SMC Realty *

/* Create non-underlined menu text */

p.menu {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Styles for the rental rate table */

td.grayrow {
	background-color: #CCCCCC;	/* gray */
	font-family: arial;
	font-weight: bold;
	font size: 12pt;
	text-align: center;
	color: #000000;
}

td.goldrow {
	background-color: #FFCC00;	/* gold */
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
	color: #000099;
	text-align: center;
}

td.rates {
	background-color: #660000;	/* deep red */
	font-family: monospace;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
}

td.weeks {
	background-color: #000099;	/* deep blue */
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
	color: #FFCC00;				
	text-align: left;
}