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

body a { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color: #999999; }
body a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:underline; color:#999999; }

#center{
text-align:center;
}

ul
{
list-style: none;
padding: 0;
margin: 0;
text-align:center;
}

li a
{
background: #000 bottom left repeat-x;
height: 22px;
line-height: 22px;
width: 245px;
border: solid #333333 1px;
display: block;
color: #cccccc;
text-decoration: none;
text-align: center;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top:3px;
}

li a:hover
{
background: #555555 bottom left repeat-x;
height: 22px;
line-height: 22px;
width: 245px;
border: solid #333333 1px;
display: block;
color: #FFFFFF;
text-decoration: none;
text-align: center;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top:3px;

}

#textbox {
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
padding:10px;
width:227px;
color:#FFFFFF;
line-height:14px;
background-color:#111111;
}