body{
	background-color: #FFFFFF;
	color: #000000;
	margin: 1%;
}

/* top heading */
#heading h3{
	padding: 5px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	background-color: Black;
	color: #E5FFCC;
	margin-bottom: 35px;
}

#heading h3 .smalltop {
	font-size: 80%;	margin-left: 3.1em;
	color: #ffffff;
	background-color: transparent;
}

#heading h3 .smalltop a:link,a:visited,a:active{	color: #ffffff;
	background-color: transparent;}
#heading h3 .smalltop a:hover{	color: Red;
	background-color: transparent;}


/* end top heading */


/* content table */

table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;		
	border-right: 1px solid #CCCCCC;	
	border-bottom: 2px solid #FF6600; 
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
}

thead tr{
	background-color: #FFFFFF;
	border-top: 2px solid #FF6600;
	border-bottom: 2px solid #FF6600;
	background-image: none;
}

thead th{
	padding: 0.5em;
	background-image: none;
	white-space: nowrap;
	border-top: 2px solid #FF6600;
	border-bottom: 2px solid #FF6600;
}


/* table stripes */
tr{
	background-color: #F3FFEA;
	background-image: url(../images/lite_small_bg.png);
}


tr.odd{
	background-color: #FFFFFF;
	background-image: none;
}

.specials1{
	background-color: #F3FFEA;
	background-image: url(../images/lite_sparkle2.png);
}

.specials2{
	background-color: #F3FFEA;
	background-image: url(../images/lite_sparkle3.png);
}


/* end table stripes */

td, th{
	border: 1px dashed #CCCCCC;
}

tbody td {
	padding: 0.5em;
}

td a:link, th a:link{	margin-left: 0em;
	color: black;
}

td a:visited, th a:visited{margin-left:0em;
	color: black;
	text-decoration: none;
}

td a:hover, th a:hover{margin-left: 0em;
	color: red;
	text-decoration: underline;
}

td:last-child a:hover{margin-left: 0em;
	color: red;
	text-decoration: underline overline;
}
strong.speaker {
	color: #993333;
}

strong.linker{
	font-size: 80%;
}


.time {
	color: #000000;
	background-image: url(../images/lite_small_bg.png);
	font-size: 85%;
	background-color: inherit;
}

.time2 {
	color: #000000;
	font-size: 85%;
	background-color: inherit;
}


.time3 {
	color: #000000;
	font-size: 85%;
	background-color: inherit;
	background-image: url(../images/lite_sparkle2.png);
}

.time4 {
	color: #000000;
	font-size: 85%;
	background-color: inherit;
	background-image: url(../images/lite_sparkle3.png);
}

/* end content table */

.smaller {
	font-size: 85%;
	color: #999999;
	background-color: inherit;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
padding:0 5px;
	white-space: nowrap;
}
 .footer img{
margin:-10px 25px 0 25px; vertical-align: -8px;
 }
 
.full{margin-top:-20px;
	margin-left: 12px; 
}