/* CSS Document - fonts */
a:link {
	color: #0000cc;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #cc3300;
}
a:active {
	color: #33FFFF;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #ff6633;
	font-weight: bold;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #009999;
	font-weight: bold;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
}
.bodygray {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	font-weight: bold;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	font-weight: normal;
}
span.nobullets ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	font-weight: normal;
	list-style-type: none;
}
h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .7em;
	color: #000000;
	font-weight: normal;
}
h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	color: #ff6633;
	font-weight: bold;
	clear: both;
	padding-top: .5em;
}
span.speakers {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .7em;
	color: #000000;
	font-weight: normal;
	clear: left;
	padding-top: 0;
}
.return {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .6em;
	color: #000000;
	font-weight: normal;
	text-align: center;	
}
.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .6em;
	color: #000000;
	font-weight: normal;	
}
.rule {
	text-align: center;
	border-bottom-width: .05em;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	margin-top: 1em;
	margin-bottom: 1em;
}
.linksite {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	border: 0;
	font-weight: normal;
	position: relative;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-left: 5em;
	margin-right: 5em;
	margin-bottom: 0;
	margin-top: 0;
}
.linksite img {
	float: left;
	padding: 1em;
}
.textright {
	display: block;
	margin-left: 20em;
	padding: 1em;
}