/*
 * Combined style sheet for the index pages and the slide pages.
 */
 

/* Style for all bodies. */

body {
    font-family      : Arial, Verdana, Helvetica, sans-serif;
    font-size        : 14px;
    font-weight      : normal;
    color            : #000000;
	margin: 5;
	background-attachment: fixed;
	background-image: url(backpaper.png);
	background-repeat: repeat;
	background-position: left top;
	
		
}

table.logo {
	background: url(bl_logo.jpg);
}

/* Style for all table cells. */
td {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

/* Put a border on all generated images */
.image {
	border-width: 3;
	border-color: white;
	border-style: solid;
	margin: 10;
}

/* Align the content of the cells on the index pages to the center and _bottom. */
#index td {
	text-align: center;
	vertical-align: top;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 8;
	margin-right: 8;
	margin-bottom: 16;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  font-size        : 16px;
  font-weight      : bold;
  color            : #ff6600;
  text-align       : center;
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #0000FF
}

.contentheading {
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  font-size        : 16px;
  font-weight      : bold;
  color            : #ff6600;
  text-align       : left;
}

.smalldark {
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}
