
.right 
{
	float: right;
	clear: right;
}

body 
{ 	
	background: #FFF7D7  ; 
	font-family: "Times New Roman", serif; 
	font-size: 14pt;
	color: black;
	margin: 0;
	padding: 0;
}

div.backg
{
	padding: 0;
	margin:0;
}

div.designer
{
	font-size: 80%;
	margin-top: 15px;
	text-align: center;
}

div.designer a
{
	color: gray;
	text-decoration: none;
}

div.facts
{
	border: solid 1px green ;
	color: black;
	font-size: 16px;
	font-weight: bolder;
	margin: 5px;
	margin-top: 15px;
	padding: 5px;
}

div.facts a 
{
	font-weight: bolder;
	color: black;
}

div.facts p
{
	line-height: 120%;
}

div.logo
{
	margin-bottom: 10px;
	margin-top: 5px;
}

div.printonly
{
	display: none;
}


div.right
{
	font-size: smaller;
	font-weight: bolder;
	text-align: center;	
}

div.submenu
{	
	background: #FFEFCF;
	border: 1px gray solid;
	color: gray;
	font-size: 17px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 3px;
}

div.submenu a
{
	color: 	black;
	text-decoration: none;
}

div.submenu a.slct
{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

h1
{
	font-size: 18px;
	text-align: center;
}

h2
{
	font-family: "Arial", sans-serif; 
	font-size: 14pt;
}

h3
{
	font-family: "Arial", sans-serif; 
	font-size: 14pt;
}


img
{
	border: none;
}

p
{
	font-size: 16px;
	line-height: 150%;
}

p.telno
{
	font-size: 140%;
}


span#rnr
{
	font-size: 20pt;
}

sub
{
	position: relative;
	top: -0.3em ;
}

sup
{
	position: relative;
	top: .3em ;
}

table
{
	border: none;
}

table.cont
{
	width: 100%;
}

table.cont li
{
	list-style-type: circle ;
}

table.cont td
{
	width: 50%;
}

table.cont tr
{
	vertical-align: top;
}

table.gallery
{
	width: 100%;
	border: none;
	border-spacing: 0;
	margin: 0;
	padding: 0px;
}

table.gallery img
{
	height: 180px;
	width: 180px;
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
}

table.gallery td
{
	width: 180px;
	height: 180px;	
	border-spacing: 0;
	padding: 0px;
	margin: 0;
	border: none;
}

table#mentab
{
	width: 190px;
	float: right;
	clear: right;
}

table#mentab td
{
	text-align: center;
}

td.uutd1
{
	text-align: center;
	width: 250px;
}

td.uutd2
{
	padding-left: 10px;
}

tr
{
	vertical-align: top;
}

/* Printing styles ******************************************* */

@media print
{
	body 
	{ 	
		background: none ; 
	}

	div.facts, div.backg, div.mainmenu, div.submenu, div.logo
	{
		display: none;
	}
	
	div.maintext, div.mainhead
	{
/*		position: static;
*/
		width: 100%;
		border: none;
	}

	div.printonly
	{
		display: block;
		text-align: center;
		border-top: 1px solid black;
		clear: both;
		margin-top: 3em;
		padding-bottom: 1em;
	}	

	p, img
	{
		page-break-inside: avoid;
	}

	h2#detmap
	{
		page-break-before: always;
	}

	td.uutd1
	{
		display: none;
		width: 0%;
	}

}
