/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial;
	font-size: 10pt;
	background-color: #0F0F0F;
	color: #FFFFFF;
	margin:0 0 0 5;
}

.bodyInfo {
	font-family: Arial;
	font-size: 10pt;
	background-color: #000000;
	color: #FFFFFF;
	margin:0 0 0 30;
}


/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 2;
}

/* 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;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

.tableslide
{
	margin:0;
	padding:0px;
    border-style:none; 
    border-width:0px; 
    border-collapse: collapse;
	background-color:#0F0F0F;
}
.tablePic
{
	border:2px ridge #808080; 
	margin:0;
	padding:0px;
    border-collapse: collapse;
	background-color:#0F0F0F
}
.oldtableinfomargin
{
	margin:10 0 0 50;	
}

.tableInfo
{
	width:620px;
	font-family: Arial;
	font-size: 10pt;
	border:2px ridge #808080; 
	border-collapse: collapse;
	background-color:#0F0F0F;

}
.tableInfo td
{ padding: 2 8 2 8;
	font-family: Arial;
	font-size: 10pt;
}
.pic
{
	border:4px solid #800080; 
	margin:0px
	
}
.textbox10B
{
 	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.textbox10B td
{ 	border:1px solid #C0C0C0; 
	padding:1 6 1 6; 
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}
.indexpgTitle
{
	font-weight: bold;
	font-size: 18pt;
	color: #FFFFFF; font-family:Arial
}
.indexpgSubTitle
{
	font-weight: bold;
	font-size: 14pt;
	color: #FFFFFF; font-family:Arial
}
.indexpgnm
{
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF; font-family:Arial
}
.indexpgdesc
{	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF; font-family:Arial
}
.slideTitle
{	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF; font-family:Arial
}
/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFFFFF
}

a:visited {
	text-decoration: none;
	color: #FFFFFF
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #FFFFFF
}

#imageinfo {
	visibility: hidden;
}
