@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(clouds_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #333333;
	margin: 0px;
}
body a {
	color: #888888;
}
body a:hover {
	color: #FF0;
}
.nav {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	padding: 5px;
	text-align: center;
	display: block;
}
.nav a {
	color: #888888;
}
.nav a:hover {
	color: #5ea2ff;
}
.subnav {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #225584;
	color: #92BDE4;
	font-size: 12px;
	font-weight:bold;
	padding: 5px;
	text-align: center;
	display: block;
}
.subnav a {
	color: #5C9CD6;
}
.subnav a:hover {
	color: #5ea2ff;
}
.header {
	text-align: center;
	background-color: #464646;
	padding: 0px;
}
.content {
	background-color:#333;
	display:table;
	width:600px;
}
.content td {
	font-family:Tahoma, Geneva, sans-serif;
	font-style: normal;
}
.speakerPhoto {
	text-align:center;
}
.speakerText {
	font-size:12px;
	line-height: 17px;
}#reglink {
	color: #FF0;
}

