/* text font settings */

.head { color: #c30; font-size: 10px; font-weight: bold; text-transform: uppercase; }
.normal { color: #333333; font-size: 10px; font-family:Verdana,Arial,Helvetica,sans-serif; line-height: 18px; }

.Normal A:LINK { color: #369; font-weight: normal; text-decoration: none; }
.Normal A:VISITED { color: #369; font-weight: normal; text-decoration: none; }
.Normal A:HOVER { color: #369; font-weight: normal; text-decoration: none;  }

A.CommandButton:LINK { color: #369; font-weight: normal; text-decoration: none;  }
A.CommandButton:VISITED { color: #369; font-weight: normal; text-decoration: none; }
A.CommandButton:HOVER { color: #369; font-weight: normal; text-decoration: none; }

A.SkinObject:LINK { color: #369; font-weight: normal; text-decoration: none;  }
A.SkinObject:VISITED { color: #369; font-weight: normal; text-decoration: none; }
A.SkinObject:HOVER { color: #369; font-weight: normal; text-decoration: none; }

.SubHead { color: #369; font-weight: normal; text-decoration: none;  }


/* container css */

.container_BODY_ONLY_NO_SPACING {
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.container_BASIC .head {
    color: #c30;
}

.container_SIDEBAR .head {
    color: #000;
}