body,td,th {

        font-family: Arial;

        font-size: 11px;

        color: 8A8A8A;

        vertical-align: top;

        line-height:13px;

        font-weight: bold;

}

img{border:0;}

a {

        font-family: Arial;

        font-size: 11px;

        color: #CAB283;

}

a:visited {

        color: #CAB283;

}

a:hover {

        color: #CAB283;

}

a:active {

        color: #CAB283;

}

.style1{

        color:#C1C1C1;

}

H1 {



  font-size: 8pt;

  }

  H2 {



  font-size: 8pt;

  }

    H3 {



  font-size: 8pt;

  }



	 

#tooltip2 {

	display:none;

	position:absolute;

	top:0px;

	left:0px;

	width:260px;

	padding:5px 10px;

	background:#191919;

	border:1px solid #ccc;

	z-index:3000;

	}

	

	#tooltip2 h3 {

		font-size:125%;

         color: #ff9900;

		margin:.7em 0px;

	}

		#tooltip2 p {

		font-size:8pt;

        color: 8A8A8A;

		margin:.7em 0px;

	}

        }
        .clear{
                clear:both;
        }

        /* End CSS only needed for the demo */


        #rssBox{ /* The main box for the rss scroller */
                width:450px;
                margin:5px;
                float:center;
                height:150px;
                border:1px solid #191919;
                padding:3px;
                font-size:0.8em;
                background-color:#191919;


                /* Never change these two values */
                overflow:hidden;
                position:relative;

        }

        #rssBox .slide{        /* A specific slide */
                background-color:#191919;        /* Light blue background color */

        }

        .rssBoxDate{
                      /* I don't want to show the date */
        }
        .rssBoxHeading{        /* Heading of RSS item */
                font-weight:900;
                font-size:large;  
                color:#ff9900;
                margin:0px;
        }
        .rssBoxDescription{        /* Description of RSS item */
        font-family: Arial;

        font-size: 11px;

        color: 8A8A8A;

        vertical-align: top;

        line-height:13px;

        font-weight: bold;


        }
        .rssBoxLink{        /* Read more link */
                color:#ff9900;
                text-decoration:none;
        }
        .rssBoxLink:hover{        /* Read more link - mouse over */
                text-decoration:underline;
        }
