body {
    margin: 0px 0px 0px 0px;
    background-color : #ffffff;
    /*background-image: url(http://science.kennesaw.edu/csis/images/background_page.gif);*/
    font-size: 11px;
    font-family: Verdana, sans-serif;
    color: #000000;
    text-align: left;
}

.heading {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #24559e;
    line-height: 30px;
    padding: 0px 2px 0px 2px;
}

.subheading {
    color: #24559e;
    font-weight: bold;
}

.graybox {
    border: solid #333333 1px;
    padding: 2px 6px 2px 6px;
    background-color: #e4e4e4;
}

.bluebox {
    border: solid #333333 1px;
    padding: 2px 6px 2px 6px;
    background-color: #aab3d6;
}

.bold2 {
    color: #000000;
    font-weight: bold;
    border: solid #e4e4e4 1px;
    background-color: #999999;
    }

.bodyp {
    color: #000000;
    font-weight: normal;
    }

.one {
    background-color: #aab3d6;
    }    

.two {
    background-color: #e4e4e4;
    }    




table.main {
    border: solid #555555 1px;
    background-color: #ffffff;
    width: 760px;
}

tr, td {
    font-size: 11px;
}

.small {
    font-size: 10px;
    line-height: 16px
}

.copyright {
    font-size: 11px;
    line-height: 16px;
    color: #333333;
}

.smaller {
    font-size: 10px;
    line-height: 9px;
}

a:link {
    text-decoration: underline;
    color: #24559e;
}

a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.black {
    color: #000000;
    text-decoration: none;
}

a.black:visited {
    color: #000000;
    text-decoration: none;
}

a.black:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

#myChaser {
    position: relative;
    left: 10px;
    top: 0px;
}