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

body {
  font-family		      : Verdana, Arial, Helvetica, sans-serif;
  font-size		      : 11px;
  color		              : #000000;
  margin: 0px;
  padding: 0px;
}


table {
  font-family                 : Verdana, Helvetica, Arial, sans-serif;
  font-size                   : 11px;  
  border-style                : none;     
  padding                     : 0px;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

#supercenter{
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:auto;
  margin-bottom:auto;
}
p  {
  font-family		      : Verdana, Arial, Helvetica, sans-serif;
  font-size		      : 11px;
  color		              : #000000;
}
  

a:link {
  color                       : #990000;
  text-decoration             : none;
}  
a:visited {
  color                       : #990000;
  text-decoration             : none;
}
a:hover  {
  color                       : #000000;
  text-decoration             : underline;
}  
a:active {
  color                       : #CC3333;
  text-decoration             : underline;
}

input {
  color	 		      : #000000; 
  font-family		      : arial; 
  font-size 		      : 12px; 
  background-color	      : #FFFFFF;
  border-style	              : solid;
  border-width		      : 1px;
  border-color		      : #000000;
  text-align		      : left;
}
submit {
  cursor                      : pointer
}

#header {
  font-weight                  : bold;
}
#header a:link{
  color                       : #000000;
}
#header a:visited {
  color                       : #000000;
  text-decoration             : none;
}
#header a:hover  {
  color                       : #FF0000;
  text-decoration             : none;
}  
#header a:active {
  color                       : #FF0000;
  text-decoration             : underline;
}

#header2 {
  font-weight                  : bold;
}
#header2 a:link{
  color                       : #FF0000;
}
#header2 a:visited {
  color                       : #FF0000;
  text-decoration             : none;
}
#header2 a:hover  {
  color                       : #CC0000;
  text-decoration             : none;
}  
#header2 a:active {
  color                       : #FF0000;
  text-decoration             : underline;
}

#topper a:link{
  color                       : #FFFFFF;
  text-decoration             : underline;

}
#topper a:visited {
  color                       : #FFFFFF;
  text-decoration             : underline;
}
#topper a:hover  {
  color                       : #CCCCCC;
  text-decoration             : underline;
}  
#topper a:active {
  color                       : #FFFFFF;
  text-decoration             : underline;
}



#yapper a:link{
  color                       : #000000;
  text-decoration             : underline;

}
#yapper a:visited {
  color                       : #000000;
  text-decoration             : underline;
}
#yapper a:hover  {
  color                       : #FFFFFF;
  text-decoration             : none;
}  
#yapper a:active {
  color                       : #FFFFFF;
  text-decoration             : underline;
}

#yapper2 a:link{
  color                       : #00FF00;
  text-decoration             : underline;

}
#yapper2 a:visited {
  color                       : #00FF00;
  text-decoration             : underline;
}
#yapper2 a:hover  {
  color                       : #CC0000;
  text-decoration             : none;
}  
#yapper2 a:active {
  color                       : #99CCFF;
  text-decoration             : underline;
}



#soulnotes:hover{
  background-color:#CCCCCC;
}


#buttn {
  color	 		      : #FFFFFF; 
  font-family		      : arial; 
  font-size 		      : 12px; 
  background-color	      : #000000;
  border-style	              : solid;
  border-width		      : 1px;
  border-color		      : #000000;
  text-align		      : center;
  font-weight                 : bold;
}

.bottomborder td {
   border-bottom-style  : solid;
   border-bottom-width  : 2px;
   border-bottom-color  : black;
}

div#son {
  position : relative;
  width : 170px;
  display : block;
  border : 0px;
  color : #000000;
  text-decoration : none;
}

div#son span {
  position : absolute;
  top : -9000px;
  left : -9000px;
  display : block;
  width : 350px;
  background : #FFFFFF;
  border : 1px solid #000000;
  padding : 10px;
  color : #000000;
  text-align:justify;
}

div#son:hover span {
  top : 13px;
  left : -180px;
}