        body
        {
           /*text-align: center;*/
           background-color: Black;
            /*bgcolor= #000000;*/
           margin: 0;
           color: White;
        }
        h2
        {
            margin-bottom: 0px;
            margin-top: 0px;
        }
        a
        {
            color: #AC1001;
        }
        a:link
        {   
            color: #AC1001;
            /*color: #D2B48C;*/
            /*color: #000000;*/
        }
        a.style1:link
        {   
            color: #AC1001;
            /*color: #D2B48C;*/
            /*color: #000000;*/
        }
        a.style1:visited
        {   
            color: #AC1001;
            /*color: #FFFFFF;*/
            /*text-decoration: none;*/
        }
        a.style1:active
        {
           color: #AC1001;
           /*color: #FFFFFF;*/
           /*text-decoration: none;*/
        }
        a.style1:hover
        {
           color: #AC1001;
           /*color: #FFFFFF;*/
           /*text-decoration: underline;*/
        }
        div#container
        {
           width: 900px;
           position: relative;
           margin-top: 0px;
           margin-left: auto;
           margin-right: auto;
           text-align: left;
        }
        div#ListingDiv
        {
            border-width: 2px;
            border-color: #E42D01;
            border-style: solid;
            position:absolute;
            background-color: Gray;
        }
        div#ListingDiv ul
        {
            margin-top:3px;
            margin-bottom:3px;
        }
        div#ListingDiv h1
        {
            text-align: center;
            color: #AC1001;
            margin-top: 5px;
            margin-bottom: 5px;
            /*color: #F6D25A;*/
        }
        div#ListingDiv h2
        {
            color: #F6D25A;
            /*color: FEA62B;*/
        }
        div#ListingDiv h3
        {
            color: #F6D25A;
            margin-top: 0px;
            /*color: FEA62B;*/
        }
        div#ListingDiv h4
        {
            margin-top:0px;
            margin-bottom:0px;
        }
        div#ClassDiv
        {
            background-color: Gray;
            border-width: 2px;
            border-color: #E42D01;
        }
        .headertext
        {
            font-family:"Times New Roman";
            font-size:35px;
            font-weight: bold;
            /*color:#0099CC;*/
            /*background-color: #0099CC;*/
            color: Black;
            /*background-color:transparent;*/
            text-align:right;
            width:850px;
            background-color:Transparent;
            text-align:center;
            position: absolute;
        }
        .TextContent
        {
            color: #F6D25A;
            font-family:Arial;
        }
        .CRMRAEvent
        {
            font-weight: bold;
            color: #F6D25A;
            /*color: AC1001;*/
        }
