/* CSS Document */
body {
	align: center;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #dedede;
}
a {
	color: #555555;
}
div.header {
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 169px;
}
div.menu {
	/*height: 2.8em;*/
	width: 900px;
	padding: 0px;
	margin: 0px;
}
div.main {
	background-color: #eae7e1;
	text-align: left;
	width: 900px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
table#menu {
	background-color: white;
	width: 900px;
	font-size: 0.75em;
}
table#menu a {
	font-weight: bold;
    display: block;
	color:#000000;
	text-decoration:underline;
}
table#menu a:active {
    color:#FFFFFF; 
	background-color: gray;
	text-decoration:none;
}
table#menu td.menuitems:hover {
	background-color:#999999;
}
table#menu a:visited {
	color:#000000;
	text-decoration:underline;
}
td.menuitems {
	text-align: center;
}
div.submenu {
	font-size: 0.75em;
	float: left;
	width: 15em;	
	display: block;
	height: 32.8em;
	background-color:white;
	padding-top:0.5em;
}
div.submenu ul {
    display: block;
	color:#000000;
	list-style: none;
	margin: 0; 
	padding: 0 0 0 0.5em;
}
div.submenu a {
    display: block;
	font-weight: bold;
	text-decoration:underline;
	color:#000000;
}
div.submenu li:active {
    color:#FFFFFF; 
	background-color: gray;
	text-decoration:none;
}
div.submenu li:hover {
	background-color:#999999;
}
div.maintext {
	/*margin-left: 15em;*/
	height: 25em;
	overflow: auto;
	padding: 0 0.5em;
}
div.copy {
	color:#555555;
	font-size:0.75em;
	text-align:center;
	background-color:#FFFFFF;
	width:900px;
}
div.copy a {
	color:#555555;
}
span.blue {
	font-style: italic;
}
h2, h3, h4, h5 {
	padding: 0;
	margin: 0.25em 0 0 0;
}
img, a {
	border:none;
}
td.thumbs {
	height: 175px;
	width: 175px;
	text-align:	center;
	vertical-align: middle;
	font-size:0.75em;
}

table.fotos td {
	width: 105px;
	height: 105px;
	text-align:	center;
	vertical-align: middle;
}
.tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	font-size:0.8em;
	border: 1px solid black;
	text-align: left;
	font-style: normal;
	color: black;
	padding: 0.2em;
}