body {
	font-family:	sans-serif;
	margin:			0px;
	padding-left:	3%;
	padding-right:	7%;
	background:		url("images/1bg.gif");
}

.page {
  border:			black thin solid;
  border-collapse:	collapse;
  border-spacing:	0;
  width:			100%;
}

.logo {
	width:			128px;
	height:			86px;
	background:		#FFFFFF;
}

.talk-title {
	background:		#333399;
	color:			#FFFFFF;
	font-weight:	bold;
	font-family:	sans-serif;
	font-size:      115%;
	text-transform:	uppercase;
	text-align:		right;
	vertical-align:	bottom;
	padding-bottom:	0px;
}

.talk-title div.buttons {
    text-align: right;
	top: 1px;
}

.prev-link {
	color:			#333399;
	font-family:	sans-serif;
	margin-right: 10px;
	font-size: 150%;
}

.prev-link a.link {
	color:			white;
}

.next-link {
	font-family:	sans-serif;
	color:			#333399;
	font-size: 150%;
}

.next-link a.link {
	color:			white;
}

.talk-title div.title {
    padding-right:	10px;
    background:		#333399;
	float:			right;
}

.talk-title div.title span {
	letter-spacing:	3px;
	position:		relative;
	bottom:			-3px;
}

.navbar {
	width: 128px;
	padding: 0px;
	background: #000000;
    vertical-align:         top;
}

.navbar-link {
	background: #535353;
	padding: 5px;
	border-bottom: thin solid #444444;
}

.navbar-link-current {
	background: #878787;
	padding: 5px;
	border-bottom: thin solid #444444;
}

.navbar-link span, .navbar-link-current span {
	color:			#FFFFFF;
	text-decoration:none;
	font-family:	sans-serif;
	font-size:		80%;
	font-weight:	bold;
}

.yellow-block {
	height:			25px;
	background:		#FFCC00;
}

.content-container {
    vertical-align:         top;
    background:			white;
    padding: 0px;
    width:			100%;
}

.content {
	background:		white;
	color:			black;
	font-size:		15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}

blockquote {
	font-style:		italic;
}

.head2 {
    font-face:      Arial,Helvetica;
	font-size:		18px;
	font-weight:	bold;
    width: 647px;
	#color:			#9999aa;
}

.list-head {
	font-size:		20px;
	font-weight:	bold;
	color:			#9999aa;
}

.error {
	color:			red;
	font-size:		50px;
}

.verbatim-table {
	/* width:			100%; */
    width: 647px;
	margin:			0px;
	background:		#ccccff;
	border:			thin solid #333366;
}

.verbatim {
	font-family:	Courier New;
	background:		#ccccff;
	font-weight:	bold;
	font-size:      16px;
}

p {
	#width:			100%;
    width: 647px;
}

.ownership {
    text-align:     right;
	font-size:		70%;
    margin-top:  3px;
    color:			black;
    width:			755px;
}

.ownership a.link {
	color: black;
	margin-right: 5px;
}

.header-table {
	width:			100%;
	background:		#333366;
}


.slide-title {
	margin:			0px;
	width:          90%;
	background:		#333366;
	color:			white;
	font-weight:	bold;
	font-size:		24px;
}


.link {
	text-decoration:	none;
	color:			#666699;
}

.content-table {
	width:			100%;
        height:                 80%;
}


