/*** 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: 65px;
 	margin: 5px;
}

.presenterName {
	width: 65px;
}


.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;
}

