<style type="text/css">
A:active {color: #FFCC00; text-decoration: none;}
A:visited {color: #FFCC00; text-decoration: none;}
A:hover {color: #FFFFFF; text-decoration: none;}
A:link {color: #FFCC00; text-decoration: none;}
A.whiteBG:active {color: #CC9933; text-decoration: none;}
A.whiteBG:visited {color: #CC9933; text-decoration: none;}
A.whiteBG:hover {color: #336699; text-decoration: none;}
A.whiteBG:link {color: #CC9933; text-decoration: none;}
A.whiteBGBold:active {color: #CC9933; text-decoration: none; font-weight: bold;}
A.whiteBGBold:visited {color: #CC9933; text-decoration: none; font-weight: bold;}
A.whiteBGBold:hover {color: #336699; text-decoration: none; font-weight: bold;}
A.whiteBGBold:link {color: #CC9933; text-decoration: none; font-weight: bold;}
.month {
    font-family: verdana;
    font-weight: bold;
    color: #FFFFFF;
    height: 25px;
    background-image: url("../images/darkBG.jpg");
    padding-left: 5px;}
.seminarTitle {
    font-family: verdana;
    font-weight: bold;
    color: #FFFFFF;
    height: 25px;
    background-image: url("../images/blueBg.jpg");
    padding-left: 5px;}
.debateTitle {
    font-family: verdana;
    font-weight: bold;
    color: #FFFFFF;
    height: 25px;
    background-image: url("../images/redBg.jpg");
    padding-left: 5px;}
.darkBG {
    background-image: url("../images/darkBG.jpg");}
.blueBG {
    background-image: url("../images/blueBg.jpg");}
.redBG {
    background-image: url("../images/redBg.jpg");}
/* February 20, 2004 - Jonathan Sampson
.orangeBG {
    background-image: url("<%=request.getContextPath()%>/images/orangeBG.jpg");}
*/
.fileInfo {
    font-family: verdana;
    text-align: right;
    font-size: 12px;
    color: #FFCC00;
    width: 25%;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;}
.fileInfoLink {
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFCC66;
    width: 25%;
    height: 20px;
    padding-left: 5px;
    text-transform: lowercase;}
.summaryInfo {
    padding-right: 10px;
    font-size: 12px;
    line-height: 150%;
    height: 15px;
    background-image: url("../images/summaryBG.jpg");
    background-position: top left;
    background-repeat: repeat-x;}
.pageText {
    font-size: 12px;
    line-height: 150%;}
.textBox {
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #000000;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    font-size: 12px;
    line-height: 150%;}
.textBoxNoBorder {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 150%;}
input {
    border-width: 1px;
    border-color: #000000;}
</style>
