body	{
		font-family: sans-serif;
		font-size: 10pt;
		color: #333;
		margin-top: 0px;
		line-height:2;
		}

p	{
		font-size: 9pt;
		padding-left: 15px;
		paddingright: 10px;
		text-align: justify;
		}
p.phone	{
		font-size: 16pt;
		font-weight: bold;
		color: #a67c52;
		text-align: right;
		}		

li, td	{
		font-size: 9pt;
		}

h1	{
		font-size: 16pt;
		font-weight: bold;
		color: #a67c52;
		padding-left: 15px;
		paddingright: 10px;
		}

h3	{
		font-size: 12pt;
		font-weight: bold;
		color: #333;
		padding-left: 15px;
		paddingright: 10px;
		}

ul.r li	{
		font-size: 9pt;
		color: #a67c52;
		}

tr.menu td	{
		font-size: 12pt;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #a67c52;
		}

tr.menu_sel td	{
		font-size: 12pt;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #e8d7c5;
		color: #a67c52;
		font-weight: bold;
		}	

tr.menu_sel td a	{
		color: #a67c52;
		}
		
tr.menu_sub td	{
		font-size: 10pt;
		padding-top: 1px;
		padding-bottom: 1px;

		}

tr.row1 td {
			font-size:11px;
			text-align: left;
			background-color: #F8E7D5;
			border: 1px solid #FFF;
		}

tr.row2 td {
			font-size:11px;
			text-align: left;
			background-color: #FFF;
			border: 1px solid #FFF;
		}

tr.row_p1 td {
			font-size:10px;
			text-align: left;
			background-color: #F8E7D5;
			border: 1px solid #FFF;
		}

tr.row_p2 td {
			font-size:10px;
			text-align: left;
			background-color: #FFF;
			border-top: 1px solid #F8E7D5;
			border-left: 1px solid #FFF;
			border-right: 1px solid #FFF;
			border-bottom: 1px solid #F8E7D5;
		}

tr.row_ph td {
			font-size:11px;
			font-weight: bold;
			text-align: center;
			background-color: #FFF;
			border-bottom: 1px solid #F8E7D5;
		}

a:link 	{
		text-decoration: none;
		font-weight : bold;
		color: #066; }
a:visited	{text-decoration: none;
			font-weight : bold;
			color: #066; }
a:active {text-decoration: underline;
		font-weight : bold;
		color: #066; }
a:hover {text-decoration: underline;
		font-weight : bold;
		color: #066; }
		
.orange {border-color:#a67c52;
		background-color:#FFFFFF;
 		border-style: double;
		border-width:3px;
		scrollbar-face-color: #a67c52;
		scrollbar-highlight-color: #DDD; 
		   scrollbar-shadow-color: #333; 
		   scrollbar-3dlight-color: #a67c52; 
		   scrollbar-arrow-color:  #FFF; 
		   scrollbar-track-color: #CCC; 
		   scrollbar-darkshadow-color: #007090;
		   }
		
