/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family:  verdana, lucida sans unicode, arial, Helvetica;
	font-size: 11px;
	background-color: #DEE6C1;
	color: #000000;
	margin: 0;
}

img {
	border-color: #808D4D;
}

/* Custom link styles */
A:visited,A:active
{
	color: #697E2C;
	font-family: verdana, lucida sans unicode, arial, Helvetica;
	font-size: 11px;
}
A:link
{
    color: #333300;
    font-family: verdana, lucida sans unicode, arial, Helvetica;
    font-size: 11px;
}

.comment {
    font-family: verdana, lucida sans unicode, arial, Helvetica;
    font-size: 11px;
  	font-weight: bold;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-style: solid;
	margin-left: 10;
	margin-right: 10;
	margin-bottom: 0;
	margin-top: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	font-family: verdana, lucida sans unicode, arial, Helvetica;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

/* Style for all table cells. */
td {
	font-family: verdana, lucida sans unicode, arial, Helvetica;
	vertical-align: top;
	font-size: 11px;
}

.camera {
	font-size: 11px;
}

/* Remove the margin under the images on the index pages. */
.image {
	margin-left: 10;
	margin-right: 10;
	margin-bottom: 0;
	margin-top: 5;
}

/* Header */
H1
{
	color: #333300;
	font-family: verdana, lucida sans unicode, arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

B, STRONG
{
	color: #333300;
	font-family: verdana, lucida sans unicode, arial, Helvetica;
	font-size: 11px;
} 


#imageinfo {

	font-size: 11px;
}


