/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
    font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px;
    background-color: #ffffff;
    color: #000000;
}


a:active {
    text-decoration: none;
    color: #FFAAAA;
}

a:visited.navi  {
    text-decoration: none;
    color: #AAAAAA
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover.navi {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #AAAAAA
}

a:link.navi  {
    text-decoration: none;
    color: #AAAAAA
}

a:link {
	text-decoration: none;
	color: #000000
}

.caption {
    font-size: 10px;
}

/* Put no border on all generated images */
.image {
    border: 0
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: middle;
}

/* Style for all table cells. */
td {
    font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px;
    font-size: 10px;
}


/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

body {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
.head {
    font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px;
    font-size: 14px;
}


#imageinfo {

	font-size: 11px;
}

