
body {
	background-image: url(/images/tapete_1_18.png);
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	margin: 0;
	padding: 20px 0 0 0;
}


p {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
	padding: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}


td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

li {
	padding: 2px 0 3px 0;
}

img {
	border: 0;
}

#inner {
	width: 580px;
	margin: 0 auto;
	padding: 18px;
	background-color: #DEDEFF;
}

.ka_td {
  padding: 8px 6px 8px 6px;
}

.ka_td_lower {
  padding: 50px 6px 8px 6px;
}


.menu {
	width: 600px;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	text-align: right;
	margin-top: 8px;
}

.title {
 	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
}

.subtitle {
	font-weight: bold;
	margin-top: 1.5em;
}

#footer {
 	color: #FFFFFF;
 	font-size: 9pt;
 	text-align: center;
	padding: 8px 0 6px 0;
}

#footer a {
 	color: #FFFFFF;
 	text-align: center;
 	text-decoration: none;
}










/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: 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*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


