@charset "utf-8";
/* CSS Document */


body {
font-family: Arial;
background: url(images/pageBG.jpg) repeat-x;
margin: 0px;
padding: 0px;
}
#wrapper {
background: url(images/topBar.jpg) no-repeat;
}
#footer {
height: 40px;
background: url(images/foot2.jpg) repeat-x;
}
#footer .footlink,#footer .footlink a {
color: #fff;
font-size: 10pt;
}
.boxFont {
font-size: 10px;
}
p {
font-size: 10pt;
}

.link {
color: #333;
}