/*   cross-browser standardization       */ 
* { padding: 0; margin: 0; }
a img, :link img, :visited img { border: none; } 
a:active  { color: purple ; text-decoration: underline; font-weight: normal; background-color: inherit; }
a:hover   { color: red;      text-decoration: none;      font-weight: normal; background-color: inherit; } 
a:link    { color: blue ; text-decoration: underline; font-weight: normal; background-color: inherit; }
a:visited { color: purple ; text-decoration: underline; font-weight: normal; background-color: inherit; }
address { font-style: italic; }
fieldset { padding: .5em; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset { margin: 1em 5%; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
hr { margin: 5px; }
img { border: none; }
li, dd { margin-left: 5%; }
td { padding: 3px; margin: 1px; text-align: left; } 
th { background-color: rgb(226, 214, 184); color: #000000; padding: 3px; margin: 1px; text-align: left; }
table { margin-left: auto; margin-right: auto; }
ul,ol { list-style: none; }
/*  end of cross-browser standardization  */

//		specific styles for slide-show

.toprow {
font-size: 16px;
font-weight: normal;
margin: 0.2em 1%;
padding: 0.5em;
border: none;
background-color: #d1d1d1;
color: #111111;
line-height: 1.6em;
}

.backcloth {
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF; 
text-align: center;
}

a.abanner {}
a.abanner:link { 
color: blue; 
text-decoration: none; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
background-color: #d1d1d1;
border: outset thin #eeeeee;
padding: 2px 3px 1px 2px;
}
a.abanner:visited, a.abanner:active {
color: purple;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
background-color: #d1d1d1;
border: outset thin #eeeeee;
padding: 2px 3px 1px 2px;
}
a.abanner:hover   { 
color: red; 
text-decoration: none; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
border: outset thin #eeeeee;
padding: 2px 3px 1px 2px;
background: white none;
}
option {
	font-size: 12px;
	background-color: #d1d1d1;
}


