/** General style... */
body.std {
    background-color:White;
    margin:0px;
}
ul.general {
    font-size: 80%;
    font-family: Verdana;
    margin-top: 0px;
}
.general {
    font-size: 80%;
    font-family: Verdana;
}
h1.std {
  font-size: 120%;
}
/* Related Links style... */
table.RelatedLinksBox {
    border-top: 1px solid #00619C;
    border-left: 1px solid #00619C;
    border-right: 1px solid #00619C;
    border-collapse: collapse;
    width: 150px;
}
td.RelatedLinksTitle {
    background-color: #009AFF;
    font-size: 70%;
    font-family: Verdana;
    font-weight: 600;
    border-bottom: 1px solid #00619C;
    color: White;
    padding-left: 10px;
}
td.RelatedLinksItem {
    border-bottom: 1px solid Black;
    font-size: 70%;
    font-family: Verdana;
    background-color: #E7EFF7;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
}

/* Quick Scroll style... */
span.QuickScrollTitle {
    background-color: #E4E4E4;
    font-family: Verdana;
    font-size: 90%;
}

/* Course Listing style... */
table.CourseListingBox {
    border: 1px Black solid;
    border-collapse: collapse;
    width: 400px;
}
td.CourseListingTitle {
    border-bottom: 1px solid Black;
    background-color: Gray;
    color: White; 
    font-weight: 600; 
    text-align: center; 
    font-size: 80%; 
    font-family: Verdana;
}
td.CourseListingItemLight {
    font-size: 80%; 
    font-family: Verdana;
    background-color: White;
    padding: 3px;
}
td.CourseListingItemDark {
    font-size: 80%; 
    font-family: Verdana;
    background-color: #E6E6E6;
    padding: 3px;
}
