/* CSS Document */

p { font-family:Arial;font-size: 13px; }
.agenda_header { font-family:Arial;font-size: 14px;color:#ffffff;}
.agenda_text { font-family:Arial;font-size: 12px;color:#ffffff;}
.formtext { font-family:Arial;font-size: 12px;color:#ffffff;}
.breadcrumbing A:link {font-family:Arial;font-size: 12px;color:#000000;text-decoration: none;}
.breadcrumbing A:visited {font-family:Arial;font-size: 12px;color:#000000;text-decoration: none;}
.breadcrumbing A:active {font-family:Arial;font-size: 12px;color:#000000;text-decoration: none;}
.breadcrumbing A:hover {font-family:Arial;font-size: 12px;color:#000000;text-decoration: none;}
.whitepaper A:link {font-family:Arial;font-size: 10px;color:#000000;text-decoration: underline;}
.whitepaper A:visited {font-family:Arial;font-size: 10px;color:#000000;text-decoration: none;}
.whitepaper A:active {font-family:Arial;font-size: 10px;color:#000000;text-decoration: none;}
.whitepaper A:hover {font-family:Arial;font-size: 10px;color:#000000;text-decoration: none;}
.spotlight A:link {font-family:Arial;font-size: 11px;color:#000000;text-decoration: none;}
.spotlight A:visited {font-family:Arial;font-size: 11px;color:#000000;text-decoration: none;}
.spotlight A:active {font-family:Arial;font-size: 11px;color:#000000;text-decoration: none;}
.spotlight A:hover {font-family:Arial;font-size: 11px;color:#000000;text-decoration: none;}


.error_message_container {
	position: fixed;
	z-index: 99;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	visibility: hidden;
	display: none;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
}

.error_message {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
	padding: 10px;
	background-color: #999999;
	color:#ffffff;
}

#signupform {
	font-family: Arial;
	color: #333333;
	font-size: 12px;
}

table#signupform tr td:first-child {
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
}

table#left-column tr td{
	font-family: arial;
	font-size: 12px;
	color :#666666;
}