@charset "utf-8";
/* CSS Document */

/* HTML */
body {
	background: #FFF url(none);
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 12pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #039;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
   }
dt {
	font-size: 12pt;
	font-weight: bold;
}
/* ID Tags */
.searchBox {
	display: none;
}
#globalNavigation {
	display: none;
}
#iconBar {
	display: none;
}
#navToprow {
	display: none;
}
#navRailLeft {
	display: none;
}
#navBottomrow {
	display: none;
}
#footerText {
	display: none;
}
/* Classes */

/* This nifty little technique prepends the URL display with http://www.ams.org */
/*.mainContentArea a:link:after, .mainContentArea a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.mainContentArea a[href^="/"]:after {
   content: " (http://www.ams.org"attr(href) ") ";
   }
*/
