@charset "utf-8";
/* CSS Document */

body {
	background: #FFF url(images/pageBg.jpg) no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 8px 0;
	font-style: italic;
	color: #7a001a;
}

h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: italic;
	font-size: 13px;
	padding: 0;
	margin: 0 0 0 0;
	color: #2143A8;
}

p {
	font-size: 12px;
}

.preConferenceTitle {
	font-weight: bold;
	color: #2143A8;
}

.priceLine {
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	color: #600;
}

table {
	font-size: 12px;
}

.smallText {
	font-style: italic;
	font-size: 90%;
	font-weight: normal;
}

.quoteBox {
	border: 1px solid #666666;
	width: 65%;
	margin: 0 auto 15px auto;
	padding: 5px;
	background: #F0F0F0;
	font-style: italic;
}

.quoteBoxSignature {
	margin-top: 5px;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	font-size: 87%;
}

ul {
	margin: 0 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

.menuItem {
	font-size: 12px;
	font-weight: bold;
}

.menuItem a:link, .menuItem a:visited {
	color: #2143A8;
}

.menuItem a:hover, .menuItem a:active {
	color: #2f60f0;
}

input[type="text"], input[type="text"], textarea {
	border: 1px solid #000000;
	background: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.shortInput {
	width: 120px;
}

.mediumInput {
	width: 250px;
}

.longInput {
	width: 400px;
}

.requiredField {
	font-weight: bold;
	color: #CC0000;
}

.headerImage {
	border: 1px solid #000;
}

.explanationText {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-size: 12px;
}

th {
	text-align: right;
	padding-right: 5px;
}