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

.heading {
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:18px;
}
.product-heading {
font-family:Arial, Helvetica, sans-serif;
color:#000099;
font-size:12px;
font-weight:bold;
}

.bold-red {
font-weight:bold;
color:#CC0000;
font-size:12px;
}
.text {
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:100%;
line-height:15px;

}

#staff {
border-bottom:solid;
border-bottom-width:1px;
border-bottom-style:dotted;
border-bottom-color:#999999;
border-top:solid;
border-top-width:1px;
border-top-style:dotted;
border-top-color:#999999;
}