a {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	color: #003366;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.navlink {
	text-align: right;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;

}
div {
	text-align: right;
	padding-right: 3px;
	padding-left: 3px;


}
div p {
	text-align: left;
	padding-left: 5px;

}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.listlink {
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.conheader {
	text-align: center;
}
table {
	text-align: center;
	background-position: center;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

}
thead {
	font-weight: bold;
	text-decoration: underline;
}
.update {
	font-size: 9px;
	text-align: center;
}
.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
td a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #003366;
	text-transform: none;
}
td a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: none;
	text-decoration: underline;
	color: #003366;

}
td a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: none;
	color: #003366;
}
td a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #003366;
}
.proposal {
	font-size: 18px;
	text-align: center;
}

td.formlabel {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.formlabelflag {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}

td.forminput {
	text-align: left;
}

table.form {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


form.speaker_proposal_form div {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-bottom: 0.1ex;
}

form.speaker_proposal_form div div.label {
	text-align: right;
	width: 35%;
	display: inline-block;
	font-size: small;
}

form.speaker_proposal_form div div.field {
	width: 60%;
	display: inline-block;
}

form.speaker_proposal_form div div.error {
	font-size: smaller;
	color: #c00;
	margin-left: 40%;
	margin-bottom: 1ex;
}

form.speaker_proposal_form div div.field textarea {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


table.proposal_list {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
table.proposal_list tr.even td {
	background: #ccc;
	padding: 0;
	padding-top: 2px;
}

div.year_right_nav {
	float: right;
	width: 280px;
	margin-left: 2em;
	margin-top: -27px;
	text-align: left;
}

div.year_right_nav ul {
	padding-left: 5px;
	list-style: none;
}
div.year_right_nav ul>li {
}
div.year_right_nav ul.emails a {
	font-size: 90%;
	font-weight: normal;
	margin-left: 1em;
	text-transform: none;
}


.smaller_links a {
	font-size: smaller;
}
