/* The following style rule centers the table in the bottom banner
for standards browsers, IE6-Win and IE5-Mac for the new CSS-driven layouts. */
#bottomBanner .positioned1 {
 margin: 0 auto;
 width: 468px;
}

.positioned1_body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}

/* The following style rule removes the table styling added to
this table because of the article.css, calendar.css and directory.css files
in the new CSS-driven layouts. */
.positioned1 td {
  background: #fff none;
  border: 0;
}

.positioned1 td a:link,
.positioned1 td a:visited,
.positioned1 td a:active {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
	 color: #0000ff !important; 
    text-decoration: none;
}
.positioned1 td a:hover {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000 !important;
    text-decoration: underline;
}
