body {
	background-color: #ffffff;
	margin:0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}
a:link, a:visited, a:active{ 
	color: #999999; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
a:hover{
    color: #ffffff; 
	 text-decoration: none; 
	 text-transform: none; 
	 letter-spacing: 0px;
	}
a.content:link{ 
	color: #000000; 
	text-decoration: none; 
}
a.content:hover{ 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	letter-spacing: 0px;
}
a.content:active{ 
	color: #000000;  
	text-decoration: none; 
}
a.content:visited{ 
	color: #000000;  
	text-decoration: none; 
}

A {color:#0000CC}
A:visited {color:#0000CC}
A:active {color:#0000CC}
.size11 {font-family:arial;font-size:11px;color:#000000}
.size11select {font-family:arial;font-size:11px}
.size12 {font-family:arial;font-size:12px;color:#000000}
.size13 {font-family:arial;font-size:13px;color:#000000}
.text1B {font-family:arial;font-size:11px;width:140px}
.text3  {font-family:arial;font-size:11px;width:55px}
.text5  {font-family:arial;font-size:11px;width:80px}
.GoButton {
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-top: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: .85;
	padding-top: 3px;
	cursor: hand;
	background-color: #009900
}


.footer {
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	background-color: #E57D34;
	text-align: center;
	letter-spacing: 0px;
	font-weight: bold;
	height: 18px;
}
.line {
	background-image: url(images/linea.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	height: 2px;
}
.content {
   background-color: #FEF8F4;
	background-image: url(images/vv2.jpg);
	vertical-align: top;
	background-repeat: no-repeat;
	padding: 15px; 
	text-align: justify; 
	font-size: 12px; 
	color: #000000; 
}
.specials {
   background-color: #FEF8F4;
	background-image: url(images/vv2.jpg);
	vertical-align: top;
	background-repeat: no-repeat;
	padding: 15px;
	border-left: 1px dashed #0067AC;  
	text-align: justify; 
	font-size: 12px; 
	color: #000000; 
}

.gallerycontainer{
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #E57D34;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	text-align: center;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}