/*
 * Combined style sheet for the index pages and the slide pages.
 */
 
 /* commented backslash hack v2 \*/ 
html, body{
	height:100%;
} 
/* end hack */

html {
	border:0;
	margin:0;
	padding:0;
}

/* Style for all bodies. */
body {
	background:#EFFFFF url(../../graphics/creamp.jpg) repeat 0% 0%;
	color:#3D3330;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	margin:5px;
}

/* Style for all table cells. */

.bkgd {
	background:#EFFFFF url(../../graphics/creamp.jpg) repeat 0% 0%;
}

td {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
}

/* Put a border on all generated images */
.image {
	background:#EFFFFF url(../../graphics/creamp.jpg) repeat 0% 0%;
	border:1px solid #000;
	margin:5px;
}

.nav {
	font-weight:bold;
	font-size:1em;
}
.navtxt {
	color:#A80000;
	font-weight:bold;
	font-size:110%;
	margin:1%;
	padding:0;
	text-align:center;
}

.back {
	font-size:110%;
	margin:0 auto;
	padding:1% 0;
	text-align:center;
	width:auto;
}

.hr {
line-height:1px; /*needed for IE/win*/
font-size:1px; /*needed for IE/win*/
height:1px;
background:#aaa;
margin:5px auto;
text-align:center;
width:80%;
}

.txt {
	font-weight:bold;
	font-size:1em;
	margin:0 auto;
	padding:2%;
	text-align:center;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	background:#EFFFFF url(../../graphics/creamp.jpg) repeat 0% 0%;
	margin:0 2px;
	padding:0;
}

#slide {
	background:#EFFFFF url(../../graphics/creamp.jpg) repeat 0% 0%;
	height:auto;
	margin:0 5px;
	width:99%;
}

.title {
	font-weight:bold;
}
.normal {
	font-weight:normal;
	margin-left:10px;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight:bold;
	font-size:4px;
}

/* Header */
h1 {
	font-size:30px;
	font-weight:bold;
}

/* Custom link styles */
a {
	font-weight:bold;
	text-decoration:none;
}
a:link {
	color:#0056A8;
}
a:visited {
	color:#A80000;
}
a:hover, a:focus {
	color:#1A6C1B;
}
a:active {
	color:#7E00FF;
}

#imageinfo {
	visibility:hidden;
}
#footer {
	font-size:60%;
	margin:0;
	padding:0;
}
#script {
	font-style:italic;
}