/*** Fonts ***/
body, p, td {
 font-size: 11px;
 font-family: Helvetica CY, Verdana, Arial, Helvetica, sans-serif;
}
.title {
 color: #877767;
 font-weight: bold;
 font-size: 14px;
}
.label {
 color: #877767;
}
.link {
 font-size: 10px;
 }
 .presentation p{
 color: #ffffff;
 font-size: 10px;
}
.speakerData {
 font-size: 10px;
 text-align: left;
}


/*** Colors, Backgrounds ***/
body {
 color: black;
 background-color: white;
}
.presentation {
 border-color: #877767;
 background-color: #877767;
}
a:link, a:visited {
 color: blue;
}
a:hover {
 color:#36f;
}
img {
 border: 0px none;
}


/*** Positions, sizes, spacing ***/
body {
 margin: 0;
 padding: 0;
}

.presentation {
 margin: 10px;
 clear: both;
 border-width: 1px;
 border-style: solid;
}

.presentation p {
 margin: 10px;
}

.presentationDisplay{
 margin-top: 10px;
 background-color: #ffffff;
}

.link {
 margin-top: 10px;
 margin-bottom: 10px;
}
.collateral {
 margin-top: 10px;
}

.imgLeft {
 padding: 5px;
 float: left;
 }

.presenterInfo {
 float: left;
 width: 95px;
 margin: 5px;
 text-align: center;
}

.presenterName {
 width: 95px;
 text-align: left;
}


.presentationInfo {
 margin-left: 110px;
 line-height: 120%;
 padding: 10px;
 border-left: solid;
 border-width: 1px;
 border-color: #877767;
}

.presentationTable {
 margin-left: 35px;
 border-left: solid;
 border-width: 1px;
 border-color: #877767;
}

.presentationTableBottom {
 clear: both;
 height: 0px;
 margin: 0;
 padding: 0;
}
.presentationFooter a {
 float: right;
}
.collateral {
 padding-top: 18px;
}

/* This is the "Holly hack" from http://web.archive.org/web/20041127051723/http://www.positioniseverything.net/articles/hollyhack.html */
/* Hides from IE5-mac \*/
* html .presentationInfo {height: 1%;}
/* End hide from IE5-mac */ 
