body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.style2 {color: #666666}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style5 {color: #990000}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #2D2D37;
}
a:visited {
	color: #003333;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #FF6633;
}
.style10 {color: #006666; font-weight: bold; }
.style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.style15 {
	color: #990000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style19 {font-size: 13.5px}
.style22 {font-size: 11px}
.style24 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold; }
.style25 {
	color: #CC0000;
	font-weight: bold;
}
.style26 {color: #CC0000}
.style27 {color: #000000}
.style28 {color: #FFFFFF}

.style29 {
	color: #FFCC00;
	font-weight: bold;
}

.style30 {color: #CCCCCC}

.style34 {color: #006633; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.5px; font-weight: bold; }

.style36 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

select.accom {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}


div.box1{	
	float:right;
	width:347px;
	height:285px;
	margin-left:1em;
	margin-bottom:1em
}

div.photobox{	
	float:right;
	width:345px;
	height:245px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
	border-left:1px solid black;
	margin-bottom:0.5em
}

div.photobox1{	
	float:center;
	width:325px;
	height:225px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
}

div.photobox_no{	
	float:left;
	width:15px;
	height:15px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
	border-left:1px solid black;
	margin-right:0.5em;
	margin-bottom:0.5em;
	text-align: center;
	vertical-align: center;
	padding: 0.1em;
}

div.photobox_start{	
	color: #FF9900;
	float:left;
	width:15px;
	height:15px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
	border-left:1px solid black;
	margin-right:0.5em;
	margin-bottom:0.5em;
	text-align: center;
	vertical-align: center;
	padding: 0.1em;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 15px;
left: 60px; /*position where enlarged image should offset horizontally */

}
