body {
	background-color:#ffffff;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	font-size: 10pt;
	color: #ED1B23;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	font-size: 10pt;
	color: #ED1B23;
	text-decoration: underline;
}

p, td, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* EVENT NAVIGATION */
table.event_nav td {
	background-color: #061A32;
	text-align: center;
}

table.event_nav a {
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	font-size: 8pt;
	color: #B2E3FD;
	text-decoration: none;
}

table.event_nav a:link, #event_nav a:visited {
	color: #B2E3FD;
	text-decoration: none;
}

table.event_nav a:hover, #event_nav a:active {
	color: #ffffff;
	text-decoration: underline;
}

/* HEADER FORMAT */
.header {
	height: 25px;
	width: 700px;
	background-image: url(../media/images/events_callout_block_header.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #061A32;
}

.pageheader {
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: right;
	padding: 0px 6px 4px 0px;
}

/* TEXT FORMAT */
td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.text {
	padding: 10px 4px 10px 4px;
}

/* PRESENTER PAGE */
td.logo {
	width: 110px;
	padding: 14px 0px 14px 0px;
}

table.presenters {
	width: 550px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.headshot {
	width: 80px;
	padding: 1px;
}

td.title {
	width: 195px;
	padding: 4px;
}