body {
	font-family:Verdana,Helvetica,sans-serif;
	background-color:rgb(237,193,69);
	color: black;
	top: 0px;
	margin: 0px;
	overflow:hidden;
}

html {
	overflow: hidden;
}

.cellnumb, .cellorte, .cellelse{
	background-color: red;
	color: white;
	padding: 2px;
	vertical-align: top;
	text-align: center;
}

.cellnumb{
	background-color:red;
}

.cellorte{
	background-color:blue;
}

.cellelse{
	background-color:green;
}

.celltitl{
	color:black;
	padding:2px;
	vertical-align:top;
}

a:hover, .rowactive, .feattitl {
	color: red;
}

.rowactive, .feattitl{
	font-weight: bold;
}

a {
	color: black;
}

.celltitl a{
	text-decoration:none;
}

.cellnumb a, .cellorte a, .cellelse a{
	color: white;
	text-decoration:none;
}

#betrcontacts{
	padding:3px;
}

#mainname{
	color: red;
	font-weight: bold;
	font-size: large;
}

#maplink{
	color: black;
	font-weight: normal;
	font-size: medium ;
}

#addresses{
	padding-top:1px;
}
#adrpseudo{
	font-family:serif;
}
#adrtel{
	font-weight:bold;
}
#adrwww a{
	text-decoration:none;
}

.imgtable img{
	border:white 3px solid;
}

.imgtable{
	width: 606px;
	padding: 0px;
	border-collapse:collapse;

}

#feattable td{
	vertical-align:top;
	background-color:rgb(227,183,59);
}



.allimgscells{
	text-align: center;
	width: 50%;
	border: 0px red solid;
}




a:visited {
}

div#header{
	background-image: url(pics/ww_gen/bg_up.jpg);
	padding-left: 0px;
	padding-top: 0px;
	height: 88px;
	vertical-align: middle;

}

div.menubar{
	background-color:rgb(206,153,6);
	color: white;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 6px;
}
.menubar a {
	color: white;
}
.menubar a:hover {
	color: red;
}

.square{
	margin-left: 8px;
	margin-right: 8px;
}

#pageStart{
	font-weight:bold;
	text-decoration:none;
}

div#footer{
	padding-left: 15px;
	margin-top: 8px;
	padding-top: 5px;
	border-top: 1px solid navy;
}

.noborder{
	border: 0px solid red;
}
a.nolinkstyle {
	text-decoration:none;
	color:navy;
}

a.nolinkstyle:hover {
	text-decoration:none;
	color:red;
}


p, td {
	margin-top: 0px;
	font-size: 14px;
	line-height: 16px
}
h1,h2,h3,h4{
	margin-top: 5px;
}

a img{
	border: 0px red none;
}