/* Combined style sheet for the index pages and the slide pages. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #C7BA97;
	margin-top: 12px
}

/* The image border color */
img {
	border: #222222;
}

/* Put a border on all generated images */
.image {
	margin: 0;
	border: 1 solid;
}

/* Custom link styles */

a:link {
	text-decoration: none;
 	color: #AAAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Style for the Title */

.osxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	
}

.osxtitle a:link {
	text-decoration: none;
	color: #cccccc;
}

.osxtitle a:visited {
	text-decoration: none;
	color: #cccccc;
}

.osxtitle a:hover {
	text-decoration: none;
	color: #ffffff;
}

/* Style for the directory folder */

.dirname {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

/* Style for the comments above the picture */

.comment {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.smalltxt {
	color: #888888;
	font-size: 11px;
}

.xsmalltxt {
	color: #888888;
	font-size: 9px;
}

/* Align the content of the cells on the index pages.

#index td {
	text-align: center;
	vertical-align: middle;
}
DISABLE IT to have control over the tables in the index page */
