body {
	margin: 0;
}

body, p, h, td {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
}

h2 {
	font-size: 17px;
	margin-top: 1.8em;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 14px;
	margin-top: 1.8em;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 12px;
	margin-top: 1.4em;
	margin-bottom: 0.2em;
}

p {
	margin-top: 0;
	line-height: 125%;
}

a:link, a:visited {
	font-weight: bold;
	color: #0576b8;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

.fileinfo {
	font-size: 10px;
	color: #333;
	white-space: nowrap;
}

.small {
	font-size: 10px;
}


/* Fix IE. Hide from others, including IE Mac \*/
* html ul.nav1 li { float: left; height: 1%; }
* html ul.nav1 li a { height: 1%; }
/* End */

ul.nav1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.nav1 li {
	border-bottom: 1px solid #BBDEF1;
	position: relative;
}

ul.nav1 li a {
	padding: 5px 8px 5px 6px;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	background-image: url(../images/nav_bg.gif);
}

ul.nav1 li a:hover {
	color: #0576b8;
	text-decoration: none;
	background-color: #dfeff8;
	background-image: url(../images/nav_bg_on.gif);
}

p.footer {
	color: #666;
}

p.footer a {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

/* used in satellite symposia */
table.tablestyle-1 {
	border-collapse:collapse;
}
table.tablestyle-1 td {
	padding:0.75em;
	vertical-align:top;
	border: 1px solid #BBDEF1;
}
table.tablestyle-1 td h4 {
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
}

/* used on registration */
table.tablestyle-2 {
	border-collapse:collapse;
}
table.tablestyle-2 td {
	padding:4px;
	border: 1px solid black;
}

/* hotelprices */
table.hotelprices {
	border-collapse:collapse;
}
table.hotelprices td {
	font-size:10px;
	border: 1px solid black;
	text-align:center;
	padding: 1em 0.2em;
}