body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ccc;
  color: #000000;
  font-size: 10px;
  font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
}
body.tab1 { 
	background-color: #ccc; 
} 
body.controls {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /*background-color: #d5d6d7;*/
  background-color: #ffffff;  
}

.presText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 333;
}
#heading1 { 
  	margin: 0px 0px 5px 0px;
  	padding: 5px 5px 5px 5px;	
	background-color:#6D6FF9;
	color: #ffffff;
	font-size: 11px;
	font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
	
} 
#controls { 
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
} 

.controlsText { 
  color: #000000;
  font-size: 10px;
  font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
} 


#sidebar {
  padding: 0px 0px 0px 0px;
  margin: 5px 5px 5px 5px;  
  width: 100%;
  height: 100%;
}
div.toctable table tr { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#C1C1C1;
	font-weight: normal;
	background-color: #fff;
	line-height: 22px;
}
div.toctable table tr td a{font-size:14px;}
div.toctable table tr.current { 
	background-color: #002f54;
	color:#fff;
}

div.toctable table td a{text-decoration:none;border-bottom:1px dotted #fff}
div.toctable table td a:hover{text-decoration:none;border-bottom:1px dotted #fff;color:#fff}

table { 
border-left:1px #022E79 solid;
border-bottom:1px #022E79 solid;
}

table td{padding-left:8px;	border-bottom:1px dotted #ccc;}



div.toctable table tr.current a{ 
	color:#fff;
	text-decoration:none;
		margin-left:8px;	
}

div.toctable table tr.current a:visited{ 
	color:#fff;
	text-decoration:none;
}

div.toctable table tr.active {
	background-color: #17a3dc;
} 


div.thumbstable table tr { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2B3157;
	font-weight: normal;
	background:url(thumb.jpg);
	background-repeat:repeat-x;
}
div.thumbstable table td.current { 
	background:url(thumb_active.jpg);
	background-repeat:repeat-x;
}
div.thumbstable table td.active {
	background-color: #fffecc;
}
div.thumbstable table td img {
	margin: 5px 5px 2px 5px;
}
#search {
  margin: 2px 2px 2px 5px;  
}
#keywordsResults {
  margin: 2px 2px 2px 5px;  
}
#transcript, #notes {
  margin: 5px 5px 5px 5px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2B3157;
  font-weight: normal;
  background-color: #E5E5E5;
  line-height: 18px;  
}
A:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B3157;
	font-weight: normal;
	line-height: 18px;
}