/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: white;
	color: black;
 margin: 0;
padding: 0;
height: 100%; /* Required */
}
.class       { color: #5d5d5d; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.class2   { color: black; font-size: 11pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: justify }
.class1      { color: #c81511; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.class3 { color: #c81511; font-size: 15pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a    {
 color: #5d5d5d;
 font-size: 11pt;
 font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 text-align: justify;
 text-decoration: none;
 }
.class4 { color: black; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
#footer {
width: 100%;
background: #CCC;
position: absolute;
bottom: 0;
bottom: -1px; /* For Certain IE widths */
height: 40px;
}
/* Style for all table cells. */
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}



/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 18px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom : 0px;
}

/* Custom link styles */

a:visited {
	text-decoration: none;
	color: #000088
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}


#imageinfo {
	visibility: hidden;
}

.number{
	font-size : 18px;
	font-weight : bold;
	color: #555555
}
 #container-page {
width: 600px;
background: #FFFFFF;
position: relative;
min-height: 100%; /* For Modern Browsers */
height: auto; /* For Modern Browsers */
height: 100%; /* For IE */
}
#container-content {
padding-bottom: 40px;
}

