body {
    background-color: white;
    color: #000000;
/*    background-image: url(http://www.anrmeeting.org/pix/bg-paleblue.jpg); */
    font: normal 9pt Arial, Tahoma, sans-serif;
    background-attachment: fixed;
    background-repeat: repeat;
/*    scrollbar-base-color: #7B68EE;
    scrollbar-darkshadow-color: #191970;
    scrollbar-face-color: #E6E6FA;
    scrollbar-highlight-color: #F7F8FD;
    scrollbar-shadow-color: #6A5ACD;
    scrollbar-track-color: #E6E6FA;
    scrollbar-arrow-color: #00008B;	 */
}

.logo {
	background-color: white;	
/*	background-color: #f5fffa;		 */
}

.menu {
/*    background-image: url(http://www.anrmeeting.org/pix/bg-paleblue.jpg); 
    background-repeat: repeat;
    background-attachment: fixed; */
	 background-color: #f5f5f5;
	 color: black;
	 padding: 10px;
/*	 border: 1px solid #dcdcdc; */
}

.item {
/*	background-color: #E6E6FA; */
	background-color: white;
	padding: 15px;
	color: black;
/*	border: 1px solid #f8f8f8; */
}

.hdr {
	font-weight: bold;
/*	padding-left: 10px; */
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
/*	border: 1px solid #b5b5b5; */
	text-align: left;
	font-size: 10pt;
}

.hdr2 {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #f6f6f6;
	border: 1px solid #e8e8e8;
	text-align: center;
	font-size: 12pt;
}

.menuitem {
	font-weight: bold;
	padding: 10px;
/*	background-color: white;
	background-color: #f0e6fa; 
	border: 1px solid #E6E6FA;*/
}

.menuitem A:link  {
	color : #00008B;
	background-color: transparent;
/*	background-color: #EEEEFB; */
	text-decoration : none;
	font-weight: bold;
	border: none;
}

.menuitem A:visited  {
	color : #00008B;
	background-color: transparent;	
/*	background-color: #F1F1FC; */
	text-decoration : none;
	font-weight: bold;
	border: none;
}

.menuitem A:hover  {
	color : #00008B;
	background-color: #EEEEFB;
	text-decoration : none;
	font-weight: bold;
	border: none;
}

A:link  {
	color : #00008B;
	background-color: #EEEEFB;
	text-decoration : none;
/*	border-bottom: 1px dotted #7B68EE; */
	font-weight: bold;
}

A:visited  {
	color : #00008B;
	background-color: #F1F1FC;
	text-decoration : none;
/*	border-bottom: 1px dotted #7B68EE; */
	font-weight: bold;
}

A:hover  {
	color : #00008B;
	background-color: White;
	text-decoration : none;
/*	border-bottom: 1px dotted #7B68EE; */
	font-weight: bold;
}

.col {
	margin-top : 1px;
	margin-bottom : 1px;
}	

.ctr {
    text-align: center;
}

.copyrt {
	font-size: 8pt;
	text-align: center;
	padding: 10px;
	background-color: white;
	color: black;
	border: 1px dotted #E6E6FA;
}

P  {
	text-align : left;
	color : #000000;
	font : 10pt Arial, Tahoma, sans-serif;
   margin-top : 12px;
	margin-bottom : 12px;
	margin-left : 10px;
	margin-right : 10px;
	line-height: 135%;
}

.pix A:link  {
	color : #0000FF;
	text-decoration : none;
	font : bold 9pt Arial, Tahoma, sans-serif;
	border: none;
}

.pix A:visited  {
	color : #0000FF;
	text-decoration : none;
	font : bold 9pt Arial, Tahoma, sans-serif;
	border: none;
}

.pix A:hover  {
	color : navy;
   border-color : navy;
	text-decoration : none;
	font : bold 9pt Arial, Tahoma, sans-serif;
}

.bold {
    font-weight: bold;
}

.ital {
    font-style: italic;
}

table {
	border: 1px solid #e3e3e3;
}

/*
.hide {
	visibility: hidden;
	display: none;
} */