html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* Lesson formatting */

#containeref {
	width: 288;
	position: relative;
	float: left;
	left: 18;
	background: none;
	border: none;
}
.ticker {
    background: #FFF;
	position: relative;
	left: 50px;
	width: 800px;
	height: 100px
}

.refero {
    background: #FFF;
	position: relative;
	left: 10;
	width: 900;
	color: #111;
}
.refero h1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #023A67; 
}
.refero h3 {
	font-size: 1.4em;
	color: #023A67; 
}
.refero h4 {
	font-weight: bold;
	margin: 10 0 5 0;
}
.refero a {
	position: relative;
	left: 0px;
}
.refero hr {
	size: 10px;
	color: #555;
}
.refero img {
	z-index: 2;
	position: relative;
	float: left;
	border: none;
}
.refero table td {
	vertical-align: top;
	align: center;
}
.refero div.none {
	z-index: 1;
	position: relative;
	left: 25px;
	background: #EEE;
	width: 500px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.refero div.none p {
	position: relative;
	color: #11F;
	width: 400px;
	left: 50px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.refero div.wide {
	z-index: 1;
	position: relative;
	left: 25px;
	background: #EEE;
	width: 600px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.refero div.wide p {
	position: relative;
	color: #11F;
	width: 500px;
	left: 50px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
