


body
  {
  font-family: Arial;
  font-size: 10px;
  color: #999999;
  }

td, div, p
  {
  font-family: Arial;
  font-size: 10px;
  color: #999999;
  }

.footer
  {
  text-align: "center";
  color: #0063DC;
  }

input
  {
  text-align: right;
  }
  
a {
  color: #FF2294;
  text-decoration: none;
  background-color: #e0e0e0;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 1px 6px 1px 6px;
  }

a:hover {
  color: #e0e0e0;
  text-decoration: none;
  background-color: #FF2294;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 0;
  border-bottom: 0;
  padding: 1px 6px 1px 6px;
  }

#container
  {
  width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0 20 0;
  background-color: #ffffff;
  }

#header
  {
  font: bold 30px Arial, Helvetica, sans-serif; 
  color: #0063DC; 
  text-align: left;
  }

#header sup
  {
  font: 10px Arial, Helvetica, sans-serif; 
  color: #999999;
  vertical-align: top;
  }

.pink
  {
  color: #FF2294;
  }

.grey
  {
  color: #999999;
  }

#searchBox
  {
  text-align: right;
  margin-left: 500px;
  }

#searchBoxContents
  {
  text-align: left;
  }

#searchButton
  { 
  font: bold 12px Arial, Helvetica, sans-serif; 
  color: #FFFFFF; 
  text-align: center;
  background: #0063DC; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px; 
  border-top-style: solid; 
  border-right-style: solid; 
  border-bottom-style: solid; 
  border-left-style: solid; 
  border-top-color: #7CBAFF; 
  border-right-color: #2854A7; 
  border-bottom-color: #2854A7; 
  border-left-color: #7CBAFF; 
  }


#imageTab a  {
  color: #ffffff;
  text-decoration: none;
  }

#imageTab a:hover  {
  color: #0063DC;
  text-decoration: none;
  }

#tagTab a  {
  color: #ffffff;
  text-decoration: none;
  }

#tagTab a:hover  {
  color: #0063DC;
  text-decoration: none;
  }

/*
.selectedTab  
  {
  background: url(drkTab.jpg);
  background-repeat: no-repeat;
  padding: 0px 0px 0px 3px;
  margin: 0px;
  }

.unselectedTab
  {
  background: url(ltTab.jpg);
  background-repeat: no-repeat;
  padding: 1px 0px 0px 3px;
  margin: 0px;
  }
*/

.disclaimer
  {
  line-height: 1.3em;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  width: 400px;
  }

.help
  {
  line-height: 1.7em;
  text-align: left;
  font-family: Arial;
  width: 400px;
  }

.question
  {
  font: bold 16px Arial, Helvetica, sans-serif; 
  color: #0063DC; 
  padding: 30px 0px 5px 0px;
  }



