@charset "UTF-8";
/* CSS Document */

	.tinyText p {
		font-family: Arial, sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 22.8px;
		color: #6C6C6C;
		text-align: justify;
		margin-left: 5px;
		margin-right: 5px;
	}
	.tinyText p span {
		font-size: 18px;
		font-weight: bold;
		text-shadow: #6C6C6C 5px 5px 10px;
	}
	#roomRate, #roomRate * {
		padding: 0 0 10px 10px;
		text-shadow: #999 2px 2px 4px;
		font-family: Arial, sans-serif;
	}
	#roomRate p {
		text-align: center;
		font-style: italic;
		color: black;
		text-shadow: #999 3px 3px 6px;
	}
	#roomRate h2 {
		color: black;
		margin: 0px;
	}
	#roomRate strong {
		font-size: 3.2em;
		padding-right: 5px;
		color: #666;
	}
	#roomRate {
		color: #222;
		font-size: 0.7em;
	}
