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

.heading {
font-family:Arial, Helvetica, sans-serif;
color:#00949a;
font-size:14px;
font-weight:bold;
}
.bold-red {
font-weight:bold;
color:#CC0000;
}
.text {
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-size:110%;
line-height:15px;

}

.textblack{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:100%;
line-height:15px;
}
#down {
background-color:#282828;
border-bottom-style:solid;
border-bottom-width:2px;
border:#999999;
border-top-style:solid;
border-top-width:2px;
border-left-style:solid;
border-left-width:2px;
border-right-style:solid;
border-right-width:2px;

}