/* CSS Document */
body {
  color: #000;
  background-color:#ddd;
  font-family:  "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica,     sans-serif;
  /*background-image: url("../images/bg.gif");*/
  background-repeat: repeat-x;
  *position:relative;
  *top:-2px;
}

.main {
  text-align:left;
  margin:0px auto; 
  position: relative; 
} 

p {
  margin: 0;
}

input  {
    background-color: #ffffff;
    margin: 0px;
    border: 1px solid #000000;
    color : #000000;
}
.buton {
    border: #000 1px solid;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    background: #EEE;
    color: #000;
}
textarea    {
	margin: 0px;
}

form    {
	margin: 0px;
}

#seolista, #seolista a, #seolista a:visited
{
    color: #999999;
    font-size: 10px;
    text-align: center;
}
#seolista a:hover
{
    color: #777777;
}

#seolista2, #seolista2 a, #seolista2 a:visited
{
    color: #999999;
    font-size: 12px;
    text-align: center;
}
#seolista2 a:hover
{
    color: #777777;
}
#seolista3, #seolista3 a, #seolista3 a:visited
{
    color: #999999;
    font-size: 12px;
    text-align: center;
}
#seolista3 a:hover
{
    color: #777777;
}


