@charset "utf-8";
/* CSS Document */
body{
background-image:url(images/body_bg.gif);
background-position:top;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
line-height:18px;
margin-top:30px;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
a{
color:#6699CC;
text-decoration:none;
}
.content{
padding-right:25px;
}
.rightPanel{
background-image:url(images/body_bg.gif);
background-position:top;
background-repeat:repeat-x;
width:317px;
padding:10px;
border:1px solid #CCCCCC;
}
.hdTxt{
font-size:18px;
color:#006600;
}
.txtStyle{
color:#999999;
}
.footer{
background-color:#ECECEC;
color:#666666;
}
