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

body
{
background: #FFFFFF url(../images/bg.gif) repeat-x;
margin:0;
font-family: Arial, Helvetica, sans-serif;
}

p
{
font-size:12px;
color: #333333;
}

.boxbg
{
background: url(../images/box-bg.gif) repeat-x;
padding:8px;
font-size: 11px;
}

#nav
{
width:138px;
list-style: none;
font-size:11px;
color: #333333;
margin: 0px;
padding:0px;
}



#nav li a
{
background: url(../images/arrow.gif) no-repeat left center;
display: block;
padding: 3px;
padding-left: 8px;
text-decoration: none;
color: #333333;
}

#nav li a:hover
{
text-decoration: underline;
}
